nrohan988 commited on
Commit
a62dd59
·
verified ·
1 Parent(s): e3dcd43

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
 
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