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