please keep complete video in a separate playlist, it is helpful for us, because when one video is finish another video is run that is not related to the last video
Hey guys, check Repo: github.com/Ashwani132003/LangBot/tree/main , Website: langbot-1.onrender.com/ this is the complete repo for this project, see how i am creating global_state in main,py and calling account.py in Home.py . This way you can use it appropriately in your project. I am currently recording for this project, hopefully will upload within this week. Thanks, ask if you have any questions.
@@beginnerscodezone At which point does streamlit know to make the pages in your code? Am I not able to find it in your repo because perhaps you're not using the same methodology you used in your other videos (streamlit_option_menu)?
@@UnderBrokenWings You are correct, there are atleast 2 ways for creating multi-page website in streamlit, 1 way I have shown in my create multi-page streamlit video and the default one is by creating the Folder with name Pages and keeping the python files for different pages there, 1 page for each .py file where page name is same as file name. Both ways have their pros and cons, use whatever suits your use case, I hope it's clear, thanks
This is so much helpful, keep them coming sis, your videos are much better
please keep complete video in a separate playlist, it is helpful for us, because when one video is finish another video is run that is not related to the last video
hi thanks a lot for video
You are welcome!!
But if you refresh pafe gonna lose session right? And user should keep login?
Same as me, do you have an idea to solve that?
Hey guys, check Repo: github.com/Ashwani132003/LangBot/tree/main ,
Website: langbot-1.onrender.com/
this is the complete repo for this project, see how i am creating global_state in main,py and calling account.py in Home.py . This way you can use it appropriately in your project.
I am currently recording for this project, hopefully will upload within this week. Thanks, ask if you have any questions.
@@beginnerscodezone it's work on my project 💯, thank you so much 😁
@@beginnerscodezone At which point does streamlit know to make the pages in your code? Am I not able to find it in your repo because perhaps you're not using the same methodology you used in your other videos (streamlit_option_menu)?
@@UnderBrokenWings You are correct, there are atleast 2 ways for creating multi-page website in streamlit, 1 way I have shown in my create multi-page streamlit video and the default one is by creating the Folder with name Pages and keeping the python files for different pages there, 1 page for each .py file where page name is same as file name.
Both ways have their pros and cons, use whatever suits your use case, I hope it's clear, thanks