Ankush05 commited on
Commit
8557bb7
·
1 Parent(s): 3c44f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def chatbot():
43
  with st.chat_message("assistant"):
44
  st.write(umsg)
45
 
46
- if st.session_state.user == "Guest"
47
  with st.sidebar:
48
  selected = option_menu(None, options=["Chatbot", "View Reminders"])
49
 
 
43
  with st.chat_message("assistant"):
44
  st.write(umsg)
45
 
46
+ if st.session_state.user == "Guest":
47
  with st.sidebar:
48
  selected = option_menu(None, options=["Chatbot", "View Reminders"])
49