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

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. 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
 
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