Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with st.sidebar:
|
|
72 |
# Add a button to clear the session state
|
73 |
if st.button("Clear Session"):
|
74 |
st.session_state.messages = []
|
75 |
-
st.
|
76 |
|
77 |
# Credit:
|
78 |
# current_year = current_year() # This will print the current year
|
|
|
72 |
# Add a button to clear the session state
|
73 |
if st.button("Clear Session"):
|
74 |
st.session_state.messages = []
|
75 |
+
st.rerun()
|
76 |
|
77 |
# Credit:
|
78 |
# current_year = current_year() # This will print the current year
|