opinder2906 commited on
Commit
65acf1e
·
verified ·
1 Parent(s): 9744d58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,4 +190,4 @@ if st.button("Send"):
190
  for chat in st.session_state.history[-5:]:
191
  st.markdown(f"**You:** {chat['user']}")
192
  st.markdown(f"**EmotiBot:** {chat['bot']}")
193
-
 
190
  for chat in st.session_state.history[-5:]:
191
  st.markdown(f"**You:** {chat['user']}")
192
  st.markdown(f"**EmotiBot:** {chat['bot']}")
193
+