runtime error

2024-07-22 16:15:54.895 Warning: to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> client = OpenAI(api_key=st.secrets["OPENAI_API_KEY"]) File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 317, in __getitem__ value = self._parse(True)[key] File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 221, in _parse raise FileNotFoundError(err_msg) FileNotFoundError: No secrets files found. Valid paths for a secrets.toml file are: /home/user/.streamlit/secrets.toml, /home/user/app/.streamlit/secrets.toml

Container logs:

Fetching error logs...