aloatalpine commited on
Commit
c726fe4
·
1 Parent(s): d3021d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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: