arampacha commited on
Commit
4de1f02
1 Parent(s): 22f88f8
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ def on_input():
38
  st.session_state.full_text += f'_chatbot_ > {conv.generated_text[-1]}\n\n'
39
  except Exception as e:
40
  st.write("D'oh! Something went wrong. Try to rerun the app.")
 
41
  st.write(e)
42
  st.session_state.count += 1
43
 
 
38
  st.session_state.full_text += f'_chatbot_ > {conv.generated_text[-1]}\n\n'
39
  except Exception as e:
40
  st.write("D'oh! Something went wrong. Try to rerun the app.")
41
+ st.write(conv)
42
  st.write(e)
43
  st.session_state.count += 1
44