aloatalpine commited on
Commit
06e1b5b
·
1 Parent(s): c67afc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ if st.sidebar.button('Introduction/Conversation'):
127
  full_response += response.choices[0].delta.get("content", "")
128
  st.sidebar.success(full_response)
129
 
130
- if st.sidebar.button('Encouragement'):
131
  # assistant == tutor
132
  message_placeholder = st.empty()
133
  full_response = ""
 
127
  full_response += response.choices[0].delta.get("content", "")
128
  st.sidebar.success(full_response)
129
 
130
+ if st.sidebar.button('Pep Talk'):
131
  # assistant == tutor
132
  message_placeholder = st.empty()
133
  full_response = ""