Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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"
|