aloatalpine commited on
Commit
5ced2ca
·
1 Parent(s): e97bd27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ for message in st.session_state.messages:
114
  st.markdown(message['content'])
115
 
116
  st.sidebar.title("Conversation Bots")
117
- st.sidebar.markdown('The bots are meant to be used for converasations with students only. Your job as a tutor is to work on this question "3+2 = ?" with the student. The bot will not help you with the problem set.')
118
 
119
  if st.sidebar.button('Introduction/Conversation'):
120
  # assistant == tutor
 
114
  st.markdown(message['content'])
115
 
116
  st.sidebar.title("Conversation Bots")
117
+ st.sidebar.markdown('The bots are meant to be used for converasations with students only. Your job as a tutor is to work on this question "If Robin has 3 cookies and Selena gives him 2 more, how many cookie will Robin have?" with the student. The bots will not know the question and should not be help you with math instruction.')
118
 
119
  if st.sidebar.button('Introduction/Conversation'):
120
  # assistant == tutor