yvann-ba / Robby-chatbot

AI chatbot 🤖 for chat with CSV, PDF, TXT files 📄 and YTB videos 🎥 | using Langchain🦜 | OpenAI | Streamlit ⚡
MIT License
766 stars 287 forks source link

streamlit cloud server #48

Closed AhmedEwis closed 1 year ago

AhmedEwis commented 1 year ago

Hello @yvann-hub ,

can you please write the steps of how to run this on streamlit cloud server?

it is only working locally.

Many thanks!

yvann-ba commented 1 year ago

Hi it's very simple you just have to go on streamlit cloud on internet, you create an account, you reread your github, you have to be your repo with streamlit config files in it so that it knows which file to execute to initialize the app (Home.py in my case). You choose the repo on streamlit cloud and you launch, if there's a problem you can look at the logs or else there's plenty of help on the internet or chatgpt for debugging. have a nice day!

AhmedEwis commented 1 year ago

thanks! yes, i have been working with streamlit for a while, and I am aware with your comment. but when i set the Main file path, i put Home.py, but it was only the home page. is there some runs should be done or something?

yvann-ba commented 1 year ago

I doesn't do so much more, maybe check the difference with my code if you have made change to your version. Tell me if you find a solution !😉

AhmedEwis commented 1 year ago

sure, I will redo it and let you know!

thanks!