Spaces:
Runtime error
Runtime error
debug
Browse files
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 |
|