a-menu commited on
Commit
b080a1f
·
verified ·
1 Parent(s): 6cab588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ import importlib.util
19
  # ===== SOME SETTING UP =====
20
 
21
  # Setting up the app's page
22
- st.set_page_config(page_title="Arches NER Demo", page_icon="🏺")
23
 
24
  # Path to the statics directory
25
  statics = "./static"
 
19
  # ===== SOME SETTING UP =====
20
 
21
  # Setting up the app's page
22
+ st.set_page_config(page_title="Arches Demo", page_icon="🏺")
23
 
24
  # Path to the statics directory
25
  statics = "./static"