runtime error
Exit code: 1. Reason: /app/app.py:2: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/app/app.py", line 4, in <module> genai.configure(api_key=st.secrets["api_keys"]["gemini"]) ~~~~~~~~~~^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/streamlit/runtime/secrets.py", line 473, in __getitem__ value = self._parse()[key] ~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/streamlit/runtime/secrets.py", line 375, in _parse raise StreamlitSecretNotFoundError(error_msg) streamlit.errors.StreamlitSecretNotFoundError: No secrets found. Valid paths for a secrets.toml file or secret directories are: /root/.streamlit/secrets.toml, /app/.streamlit/secrets.toml
Container logs:
Fetching error logs...