vishwask commited on
Commit
bc8dadd
·
verified ·
1 Parent(s): 088c544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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()
 
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()