the app is running fine in my local machine , but while deploying its thrwing error .
i think i did mistake in my requriment.txt file …please help me out
github link: GitHub - Pratap517/Streamlit_Webapp_Pandasprofiling
the app is running fine in my local machine , but while deploying its thrwing error .
i think i did mistake in my requriment.txt file …please help me out
github link: GitHub - Pratap517/Streamlit_Webapp_Pandasprofiling
Hey @Pratap517,
So I have taken a look at your github link and I see that the problem is that your requirements.txt file is spelled incorrectly:
you have: requriment.txt
but it needs to be: requirements.txt
Happy Streamlit-ing!
Marisa
Hi Marisa, thanks for you’re response.
im facing some problem with streamlit.components.v1
please look at pic for better understanding
i figured out the solution thanks