This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @nunumomo,
You can deploy anything you wish on a DigitalOcean’s Droplet as it’s self-managed. What you’ll need to do is download/install streamlit and configure it on your Droplet.
As I can see you can follow this tutorial on how to do so
https://docs.streamlit.io/library/get-started/installation#install-streamlit-on-macoslinux
Now, if you want to have it running all the time, you can check the PM2 package. It’s a tool that helps you start, restart and keep your instance running even if you are not in the Droplet to manually run it.
Hope that helps!