Update app.py
Browse files
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.
|
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 |
|