runtime error

Exit code: 1. Reason: 2024-11-09 22:30:29.485 Thread 'MainThread': missing ScriptRunContext! This warning can be ignored when running in bare mode. 2024-11-09 22:30:29.525 Warning: to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] 2024-11-09 22:30:29.525 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 7, in <module> api_key = st.secrets["OPENAI_API_KEY"] 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 393, in _parse raise FileNotFoundError(error_msg) FileNotFoundError: No secrets found. Valid paths for a secrets.toml file or secret directories are: /home/user/.streamlit/secrets.toml, /home/user/app/.streamlit/secrets.toml

Container logs:

Fetching error logs...