Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ if prompt := st.chat_input("How can I help you today?"):
|
|
201 |
# message_placeholder.markdown(write(stream_example))
|
202 |
|
203 |
write(stream_example)
|
204 |
-
|
205 |
|
206 |
sound_file = BytesIO()
|
207 |
tts = gTTS(result['result'], lang='en')
|
|
|
201 |
# message_placeholder.markdown(write(stream_example))
|
202 |
|
203 |
write(stream_example)
|
204 |
+
message_placeholder.markdown(result['result'])
|
205 |
|
206 |
sound_file = BytesIO()
|
207 |
tts = gTTS(result['result'], lang='en')
|