Bhagyajoshi commited on
Commit
911a99a
·
verified ·
1 Parent(s): 0772d65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ if st.button("Ask!"):
25
 
26
  st.session_state["user_input"] = ""
27
 
28
- st.write("### Chat History:")
29
  for chat in st.session_state["history"]:
30
  st.write(f"You: {chat['user']}")
31
  st.write(f"Answer: {chat['bot']}")
 
25
 
26
  st.session_state["user_input"] = ""
27
 
 
28
  for chat in st.session_state["history"]:
29
  st.write(f"You: {chat['user']}")
30
  st.write(f"Answer: {chat['bot']}")