changed page icon
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import json
|
|
10 |
from streamlit_tags import st_tags, st_tags_sidebar
|
11 |
|
12 |
|
13 |
-
st.set_page_config(page_title="ἄγαλμα | AGALMA", layout="centered")
|
14 |
|
15 |
# Cache data
|
16 |
@st.cache_data
|
|
|
10 |
from streamlit_tags import st_tags, st_tags_sidebar
|
11 |
|
12 |
|
13 |
+
st.set_page_config(page_title="ἄγαλμα | AGALMA", layout="centered", page_icon="images/AGALMA_logo.png")
|
14 |
|
15 |
# Cache data
|
16 |
@st.cache_data
|