kz919 commited on
Commit
e347918
1 Parent(s): 90cb6a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def main():
193
 
194
  if st.button("Clear Chat"):
195
  st.session_state.chat_history = []
196
- st.experimental_rerun()
197
 
198
  if __name__ == "__main__":
199
  main()
 
193
 
194
  if st.button("Clear Chat"):
195
  st.session_state.chat_history = []
196
+ st.rerun()
197
 
198
  if __name__ == "__main__":
199
  main()