Linking .ipynb/ Jupyter notebooks into streamlit app

I have written 5 jupyter notebooks and I want to add/access them in my streamlit app.py file. So, I converted my .ipynb file to .py file and imported the file name in the code. But, it did nothing. How to do this? I have really less time and I haven’t worked on streamlit anytime before.
Thanks so much for helping!

Hi @Sainandini07,

Thanks for posting!

Can you share the repo link to your project?

It could be some artifacts left over during conversion that is causing the issue.