Spaces:
Sleeping
Sleeping
Commit
·
c726fe4
1
Parent(s):
d3021d3
Update app.py
Browse files
app.py
CHANGED
@@ -85,9 +85,6 @@ if st.sidebar.button('Say hello'):
|
|
85 |
api_key=API_KEY
|
86 |
):
|
87 |
full_response += response.choices[0].delta.get("content", "")
|
88 |
-
message_placeholder.markdown(full_response + "▌")
|
89 |
-
message_placeholder.markdown(full_response)
|
90 |
-
print("Append to tutor:", full_response)
|
91 |
st.sidebar.success(full_response)
|
92 |
|
93 |
if "openai_model" not in st.session_state:
|
|
|
85 |
api_key=API_KEY
|
86 |
):
|
87 |
full_response += response.choices[0].delta.get("content", "")
|
|
|
|
|
|
|
88 |
st.sidebar.success(full_response)
|
89 |
|
90 |
if "openai_model" not in st.session_state:
|