Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ if prompt := st.chat_input("How can I help you today?"):
|
|
249 |
# message_placeholder.markdown(write(stream_example))
|
250 |
|
251 |
#write(stream_example)
|
252 |
-
message_placeholder.markdown(result['result'])
|
253 |
|
254 |
# sound_file = BytesIO()
|
255 |
# tts = gTTS(result['result'], lang='en')
|
|
|
249 |
# message_placeholder.markdown(write(stream_example))
|
250 |
|
251 |
#write(stream_example)
|
252 |
+
message_placeholder.markdown(english_to_hindi(result['result'])[0])
|
253 |
|
254 |
# sound_file = BytesIO()
|
255 |
# tts = gTTS(result['result'], lang='en')
|