Manel commited on
Commit
eb09ca6
·
verified ·
1 Parent(s): 0ae0bf5

Update app.py

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