Spaces:
Running
Running
Update home.py
Browse files
home.py
CHANGED
@@ -31,7 +31,7 @@ def visual_qna():
|
|
31 |
def dashboard():
|
32 |
st.title("Dashboard")
|
33 |
with st.sidebar:
|
34 |
-
selected = option_menu(None, [ "Visual Q&A" , "Logout"]
|
35 |
if selected == 'Visual Q&A':
|
36 |
visual_qna()
|
37 |
elif selected == 'Logout':
|
|
|
31 |
def dashboard():
|
32 |
st.title("Dashboard")
|
33 |
with st.sidebar:
|
34 |
+
selected = option_menu(None, [ "Visual Q&A" , "Logout"])
|
35 |
if selected == 'Visual Q&A':
|
36 |
visual_qna()
|
37 |
elif selected == 'Logout':
|