Hi,
I’m currently working on a language model application using Gemini, Pinecone, and Streamlit. However, I’m facing an issue when trying to run the app locally. The application is loading indefinitely, and I’m unable to receive a URL to access the frontend browser.
I’m using the following command to run the application:
Copy code
!streamlit run app.py & npx localtunnel --port 8501
Could you please provide some guidance on how to resolve this issue?
Thank you for your assistance!
Best regards,
Tejasri