runtime error
Exit code: 1. Reason: 2024-09-21 17:20:05.014 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-09-21 17:20:05.035 [33m[1mWarning:[0m to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] 2024-09-21 17:20:05.035 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> hf_token = st.secrets["hf_token"] File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 491, in __getitem__ value = self._parse()[key] File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 382, in _parse path_secrets, found_secrets_file_in_path = self._parse_file_path(path) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 340, in _parse_file_path return self._parse_toml_file(path) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 280, in _parse_toml_file secrets.update(toml.loads(secrets_file_str)) File "/usr/local/lib/python3.10/site-packages/toml/decoder.py", line 260, in loads raise TomlDecodeError("Found invalid character in key name: '" + toml.decoder.TomlDecodeError: Found invalid character in key name: '['. Try quoting the key name. (line 2 column 11 char 21)
Container logs:
Fetching error logs...