CCockrum commited on
Commit
2994700
·
verified ·
1 Parent(s): 2b522b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -111,11 +111,6 @@ st.markdown("""
111
  </style>
112
  """, unsafe_allow_html=True)
113
 
114
- # ✅ Reset Chat Button
115
- if st.sidebar.button("Reset Chat"):
116
- st.session_state.chat_history = [{"role": "assistant", "content": "Hello! How can I assist you today?"}]
117
- st.session_state.response_ready = False
118
-
119
  # ✅ Chat UI
120
  user_input = st.chat_input("Type your message here...")
121
 
 
111
  </style>
112
  """, unsafe_allow_html=True)
113
 
 
 
 
 
 
114
  # ✅ Chat UI
115
  user_input = st.chat_input("Type your message here...")
116