Spaces:
Build error
Build error
Commit ·
ff4f8e9
1
Parent(s): 0bca734
Update home.py
Browse files
home.py
CHANGED
|
@@ -12,7 +12,7 @@ def dashboard():
|
|
| 12 |
# st.header("Dashboard")
|
| 13 |
|
| 14 |
with st.sidebar:
|
| 15 |
-
selected = option_menu("Menu", ["Home", "Dashboard","Chat","Logout"], icons=['house', 'activity'], menu_icon="cast", default_index=0)
|
| 16 |
if selected == "Home":
|
| 17 |
homepage()
|
| 18 |
|
|
|
|
| 12 |
# st.header("Dashboard")
|
| 13 |
|
| 14 |
with st.sidebar:
|
| 15 |
+
selected = option_menu("Menu", ["Home", "Dashboard","Chat","Logout"], icons=['house', 'activity'], menu_icon="cast", default_index=0, key="dash")
|
| 16 |
if selected == "Home":
|
| 17 |
homepage()
|
| 18 |
|