runtime error

Exit code: 1. Reason: :22.219 WARNING streamlit.runtime.scriptrunner_utils.script_run_context: Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.220 WARNING streamlit.runtime.scriptrunner_utils.script_run_context: Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.416 Warning: to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] 2024-10-25 04:54:22.416 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.416 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.416 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.416 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-10-25 04:54:22.416 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/streamlit/config.py", line 128, in set_user_option opt = _config_options_template[key] KeyError: 'deprecation.showfileUploaderEncoding' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> st.set_option("deprecation.showfileUploaderEncoding", False) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/metrics_util.py", line 410, in wrapped_func result = non_optional_func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/streamlit/config.py", line 130, in set_user_option raise StreamlitAPIException(f"Unrecognized config option: {key}") from ke streamlit.errors.StreamlitAPIException: Unrecognized config option: deprecation.showfileUploaderEncoding

Container logs:

Fetching error logs...