Nikhil0987 commited on
Commit
d28bf2f
·
1 Parent(s): e341220

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +1 -1
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()