Spaces:
Sleeping
Sleeping
Commit
Β·
e341220
1
Parent(s):
7afc158
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()
|