Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ if submit and input:
|
|
34 |
|
35 |
for chunk in response:
|
36 |
st.write(chunk.text)
|
37 |
-
st.session_state['chat_history'].append(("Bot", chunk.text))
|
38 |
|
39 |
#st.write(response.text)
|
40 |
|
|
|
34 |
|
35 |
for chunk in response:
|
36 |
st.write(chunk.text)
|
37 |
+
#st.session_state['chat_history'].append(("Bot", chunk.text))
|
38 |
|
39 |
#st.write(response.text)
|
40 |
|