Katie-Ch commited on
Commit
5654752
·
verified ·
1 Parent(s): d07fa7a

Update verifier.py

Browse files
Files changed (1) hide show
  1. verifier.py +1 -1
verifier.py CHANGED
@@ -57,7 +57,7 @@ def verifier_page():
57
  st.session_state.selected_text = row['text']
58
 
59
  # Clear existing content on button click
60
- st.experimental_rerun()
61
 
62
  if 'selected_file' in st.session_state:
63
  # Process the selected file and generate AI response
 
57
  st.session_state.selected_text = row['text']
58
 
59
  # Clear existing content on button click
60
+ st.rerun()
61
 
62
  if 'selected_file' in st.session_state:
63
  # Process the selected file and generate AI response