Hi everyone, I am working on a streamlit project currently where I am facing the following issue:
The problem is that I am able to deploy the app locally and it works as expected, but when deploying onto streamlit’s server, i get the error message
for reference, here’s my python code for that page.
straight from the llm documentation (LLM quickstart - Streamlit Docs)
I have tried the following things:
- Added openAI api key into the secrets.
- Made my github repo private since i read that might have been causing an issue.
- Updated the requirements text with all the dependencies i have used in the app.
none of these have been able to resolve the issue. Could anyone please help me out, I would be grateful for assistance.