Streamlit showing running and being stuck

I am working on deploying fake job analysis model. When I am running streamlit run server.py it is opening on browser with just running displayed on it. The app does not display buttons or title of the app.
I am using python=3.11.5

Hi @Saish_Sawant, welcome to the forum!

Could you try and edit server.py down to a minimal app (I would just start with st.write("Hello world")) and make sure that works, then add one piece of your original code at a time until it stops working, and use that to try and narrow down what is actually causing the infinite run? It might even be a side effect of one of your import statements at the top, for example.

Thanks will surely this way

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.