Spaces:
Sleeping
Sleeping
Commit ·
d28bf2f
1
Parent(s): e341220
Update home.py
Browse files
home.py
CHANGED
|
@@ -42,7 +42,7 @@ def dashboard():
|
|
| 42 |
# st.header("Dashboard")
|
| 43 |
|
| 44 |
with st.sidebar:
|
| 45 |
-
selected = option_menu("Menu", ["Home", "Dashboar","Remainder","VISUAL Q&A","Conversation","Logout"]
|
| 46 |
|
| 47 |
if selected == "Home":
|
| 48 |
homepage()
|
|
|
|
| 42 |
# st.header("Dashboard")
|
| 43 |
|
| 44 |
with st.sidebar:
|
| 45 |
+
selected = option_menu("Menu", ["Home", "Dashboar","Remainder","VISUAL Q&A","Conversation","Logout"]]
|
| 46 |
|
| 47 |
if selected == "Home":
|
| 48 |
homepage()
|