Manel commited on
Commit
e9fffe2
·
verified ·
1 Parent(s): 6bfe707

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -302,7 +302,7 @@ if __name__=="__main__":
302
  #response = generate_response(user_question, model, all_templates)
303
 
304
  with st.chat_message("AI", avatar="🏛️"):
305
- #st.write_stream(stream_to_screen(response))
306
- st.write(stream_to_screen(response))
307
 
308
 
 
302
  #response = generate_response(user_question, model, all_templates)
303
 
304
  with st.chat_message("AI", avatar="🏛️"):
305
+ st.write_stream(response)
306
+ #st.write(stream_to_screen(response))
307
 
308