ankanghosh commited on
Commit
b853870
·
verified ·
1 Parent(s): 7409714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -247,6 +247,7 @@ if st.session_state.submit_clicked and st.session_state.last_query:
247
  st.error(f"Error processing query: {str(e)}")
248
  # Reset debouncing after the answer has been produced
249
  st.session_state.is_processing = False
 
250
 
251
  # Add helpful information
252
  st.markdown("---")
 
247
  st.error(f"Error processing query: {str(e)}")
248
  # Reset debouncing after the answer has been produced
249
  st.session_state.is_processing = False
250
+ st.experimental_rerun()
251
 
252
  # Add helpful information
253
  st.markdown("---")