Missing Submit Button
Whenever settings are changed I get the 'Missing Submit Button' error, and 'StreamlitAPIException: All numerical arguments must be of the same type. value has int type. min_value has int type. max_value has NoneType type. step has str type.'
in userconfig_streamlit.yaml step in sampling_steps gets changed to '10' every time the settings are changed. If I manually change it to 10 then it starts working again.
I'm having the same issue. Setting my access token in settings causes the same error and everything to be busted, and then like you said, changing step of sampling_stepsin userconfig_streamlit.yaml from '10' as a string to 10 as an integer fixes it (I have to exit the program before saving changes to the .yaml)