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