Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|