runtime error
/usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:120: LangChainDeprecationWarning: Importing HuggingFaceEmbeddings from langchain.embeddings is deprecated. Please replace deprecated imports: >> from langchain.embeddings import HuggingFaceEmbeddings with new imports of: >> from langchain_community.embeddings import HuggingFaceEmbeddings warn_deprecated( /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:120: LangChainDeprecationWarning: Importing Pinecone from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import Pinecone with new imports of: >> from langchain_community.vectorstores import Pinecone warn_deprecated( 2024-05-09 21:53:42.328 [33m[1mWarning:[0m 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 18, in <module> HUGGINGFACEHUB_API_TOKEN = st.secrets['HUGGINGFACEHUB_API_TOKEN'] File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 305, in __getitem__ value = self._parse(True)[key] File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/secrets.py", line 214, 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...