Spaces:
Sleeping
Sleeping
Commit ·
06e1b5b
1
Parent(s): c67afc5
Update app.py
Browse files
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('
|
| 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 = ""
|