Update app.py
Browse files
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("
|
| 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?"}
|