Disabling rerun/submit while "running" widget active

Hi,

I have an relatively complex app, that uploads the file from the user, and massages it

Once the file is uploaded and massaged, the user sets some parameters, clicks submit and the app generates a chart.

Sometimes the app takes some time to upload and massage the file.

If the user clicks on submit while the app is still running
image
it sometimes happen that the connection with the uploaded file gets lost.

Is it possible to disable rerun (or the submit button) until the app has finished running?

Is there some way to capture the fact that it is running and then disable the submit button for instance? Even better to make it impossible for the user to manipulate any widget?

Many thanks and amazing tool streamlit!

Fabio

2 Likes

Wanted to comment and add a +1 to this. Our organization has an app in development and we are encountering similar problems. A disabled argument in st.form_submit_button would be amazing.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.