Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
•
e8278a8
1
Parent(s):
319e034
Update home.py
Browse files
home.py
CHANGED
@@ -43,7 +43,7 @@ def dashboard():
|
|
43 |
# st.header("Dashboard")
|
44 |
|
45 |
with st.sidebar:
|
46 |
-
selected = option_menu("Menu", ["Home", "Dashboar","Remainder","
|
47 |
|
48 |
if selected == "Home":
|
49 |
homepage()
|
|
|
43 |
# st.header("Dashboard")
|
44 |
|
45 |
with st.sidebar:
|
46 |
+
selected = option_menu("Menu", ["Home", "Dashboar","Remainder","Visual Q&A","Conversation","Logout"])
|
47 |
|
48 |
if selected == "Home":
|
49 |
homepage()
|