abanm commited on
Commit
c329cf0
·
verified ·
1 Parent(s): 9d94432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with st.sidebar:
84
  st.write("No past sessions available.")
85
 
86
  # Reset chat
87
- if st.button("🔄 Reset Chat"):
88
  st.session_state["messages"] = [
89
  {"role": "system", "content": "You are DUBS, a helpful assistant capable of conversing in a friendly and knowledgeable way."},
90
  {"role": "assistant", "content": "Hello! How can I assist you today?"}
 
84
  st.write("No past sessions available.")
85
 
86
  # Reset chat
87
+ if st.button("Reset Chat"):
88
  st.session_state["messages"] = [
89
  {"role": "system", "content": "You are DUBS, a helpful assistant capable of conversing in a friendly and knowledgeable way."},
90
  {"role": "assistant", "content": "Hello! How can I assist you today?"}