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