iamsubrata commited on
Commit
e5c0c43
1 Parent(s): 11642a7

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -14,14 +14,14 @@ def app():
14
 
15
  # Set the page config
16
  st.set_page_config(
17
- page_title="Bird 525 Species Detector", # The title of the web page
18
  page_icon="🕊️", # The icon of the web page, can be an emoji or a file path
19
  initial_sidebar_state="collapsed"
20
  )
21
 
22
  #######################################################################################################################
23
 
24
- st.markdown("<h1 style='text-align: center;'>🕊️Birds 525 Species Detector🕊️</h1>",
25
  unsafe_allow_html=True)
26
 
27
  #######################################################################################################################
 
14
 
15
  # Set the page config
16
  st.set_page_config(
17
+ page_title="Bird Species Detector (525 Species)", # The title of the web page
18
  page_icon="🕊️", # The icon of the web page, can be an emoji or a file path
19
  initial_sidebar_state="collapsed"
20
  )
21
 
22
  #######################################################################################################################
23
 
24
+ st.markdown("<h1 style='text-align: center;'>🕊️Birds Species Detector (525 Species)🕊️</h1>",
25
  unsafe_allow_html=True)
26
 
27
  #######################################################################################################################