My app is working fine in localhost but when deployed on streamlit cloud it is always starting up. I see no error in logs so not sure what is going wrong.
Weird problem, try redeploying your app from streamlit cloud dashboard.
Also, I see that you are using dotenv instead of st.secrets. Make sure that you enter your API key as variables while deploying your app. See - Secrets management - Streamlit Docs
I think secrets will not have any effect on app not starting AT ALL. If secret was the issue then app would atleast start and given an error when hugging face token would actually be required.
I gave up on why the newer version(found in main branch ) does not start and replaced with the older version. Maybe the size of LLM in newer version is too high (even though I didn’t get any errors for it)