Deploy Streamlit App to Cloudflare Pages
Is it possible to deploy a streamlit app to cloudflare pages?
Streamlit is basically a python web app framework. Read more here: https://streamlit.io/
I've tried deploying it to cloudflare pages and it manages to build but hangs at this step and doesnt get to the deploying step. It hangs right after it says its ready to view in the browser and has a URL available.
The build command is as follows:
Streamlit is basically a python web app framework. Read more here: https://streamlit.io/
I've tried deploying it to cloudflare pages and it manages to build but hangs at this step and doesnt get to the deploying step. It hangs right after it says its ready to view in the browser and has a URL available.
The build command is as follows:
python -m streamlit run your_script.pyStreamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
