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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -302,6 +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
 
307
 
 
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