nrohan988 commited on
Commit
80cabc3
·
verified ·
1 Parent(s): 3c11626

Update app.py

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