Spaces:
Paused
Paused
Guy
commited on
Commit
•
01ecf0a
1
Parent(s):
fca02fa
updated navigation emoji to make more obvious to user
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ PAGE_FUNCTIONS = {
|
|
26 |
}
|
27 |
|
28 |
def main():
|
29 |
-
st.sidebar.title("Navigation :
|
30 |
choice = st.sidebar.selectbox("Go to", list(PAGES.keys()))
|
31 |
|
32 |
# Call the page function
|
|
|
26 |
}
|
27 |
|
28 |
def main():
|
29 |
+
st.sidebar.title("Navigation :world_map:")
|
30 |
choice = st.sidebar.selectbox("Go to", list(PAGES.keys()))
|
31 |
|
32 |
# Call the page function
|