awacke1 commited on
Commit
71c8ee5
·
verified ·
1 Parent(s): 542e42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ def main():
414
  # Update old_val
415
  st.session_state['old_val'] = voice_text
416
  # Clear the text by rerunning
417
- st.rerun()
418
 
419
  st.write("Speak a query to run an ArXiv search and hear the results.")
420
 
 
414
  # Update old_val
415
  st.session_state['old_val'] = voice_text
416
  # Clear the text by rerunning
417
+ #st.rerun()
418
 
419
  st.write("Speak a query to run an ArXiv search and hear the results.")
420