Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|