Update app.py
Browse files
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 |
|