aloatalpine commited on
Commit
9d967c7
·
1 Parent(s): bd9fca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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.')
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. The question for today's class is: "If Robin has 3 cookies and Selena gives him 2 more, how many cookie will Robin have?"')
110
 
111
  if st.sidebar.button('Introduction/Conversation'):
112
  # assistant == tutor