Sharal commited on
Commit
d2af1df
·
verified ·
1 Parent(s): cf27813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def main():
191
 
192
  # Clear the form input field by simply not including the key update
193
  # The form input should be handled directly in the form submit button
194
- st.experimental_rerun()
195
 
196
  if __name__ == "__main__":
197
  main()
 
191
 
192
  # Clear the form input field by simply not including the key update
193
  # The form input should be handled directly in the form submit button
194
+ st.rerun()
195
 
196
  if __name__ == "__main__":
197
  main()