Update app.py
Browse files
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 |
-
|
| 201 |
-
|
|
|
|
|
|
|
| 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()
|