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