Nikhil0987 commited on
Commit
e8278a8
1 Parent(s): 319e034

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +1 -1
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","VISUAL Q&A","Conversation","Logout"])
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()