Update app.py
Browse files
app.py
CHANGED
|
@@ -240,10 +240,10 @@ if prompt := st.chat_input("How can I help you today?"):
|
|
| 240 |
# #yield word + " "
|
| 241 |
# time.sleep(0.1)
|
| 242 |
|
| 243 |
-
for item in output:
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
# message_placeholder.markdown(result['source_documents'])
|
| 248 |
|
| 249 |
#stream_example()
|
|
|
|
| 240 |
# #yield word + " "
|
| 241 |
# time.sleep(0.1)
|
| 242 |
|
| 243 |
+
#for item in output:
|
| 244 |
+
# full_response += english_to_hindi(item)[0]
|
| 245 |
+
# message_placeholder.markdown(full_response + "▌")
|
| 246 |
+
# message_placeholder.markdown(full_response)
|
| 247 |
# message_placeholder.markdown(result['source_documents'])
|
| 248 |
|
| 249 |
#stream_example()
|