vishwask commited on
Commit
b230877
1 Parent(s): 12a7264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -196,9 +196,11 @@ if prompt := st.chat_input("How can I help you today?"):
196
  # message_placeholder.markdown(full_response + "▌")
197
  # message_placeholder.markdown(full_response)
198
 
199
- for item in output:
200
- full_response += item
201
- message_placeholder.markdown(write(stream_example))
 
 
202
 
203
 
204
  sound_file = BytesIO()
 
196
  # message_placeholder.markdown(full_response + "▌")
197
  # message_placeholder.markdown(full_response)
198
 
199
+ # for item in output:
200
+ # full_response += item
201
+ # message_placeholder.markdown(write(stream_example))
202
+
203
+ write(stream_example)
204
 
205
 
206
  sound_file = BytesIO()