nrohan988 commited on
Commit
2901d51
·
verified ·
1 Parent(s): 9b299ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.part)
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)