Spaces:
Sleeping
Sleeping
Commit
·
57143ef
1
Parent(s):
9d967c7
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ for message in st.session_state.messages:
|
|
106 |
st.markdown(message['content'])
|
107 |
|
108 |
st.sidebar.title("Conversation Bots")
|
109 |
-
st.sidebar.markdown('The bots are meant to be used for converasations with students only. The bots should not be helping you with math instruction.
|
110 |
|
111 |
if st.sidebar.button('Introduction/Conversation'):
|
112 |
# assistant == tutor
|
|
|
106 |
st.markdown(message['content'])
|
107 |
|
108 |
st.sidebar.title("Conversation Bots")
|
109 |
+
st.sidebar.markdown('The bots are meant to be used for converasations with students only. The bots should not be helping you with math instruction.')
|
110 |
|
111 |
if st.sidebar.button('Introduction/Conversation'):
|
112 |
# assistant == tutor
|