Hi all!
I have created an app for my research and I need to connect it to OpenAI through an API.
I can run it locally when I define the paths locally. But when I change the path to BASE_FOLDER = "/mount/src/city-app/"
which is what I see from os.path.abspath(".env")
, it no longer works in deployment.
The issue is that OpenAI cannot find the .env file. I need the API file for the emotion analysis.
Here is the error:
App: https://city-app-mitra.streamlit.app/
Repository: https://github.com/mitramir55/city-app/blob/main/app.py
Any help is much appreciated!