To deploy it on the cloud,
-
connect your device with ubuntu server with ssh login.
-
clear the repo, docker images and every other stuff.
-
Run the following commands to, build a docker and run it.
sudo docker build -t streamlit .
sudo docker run -p 8501:8501 streamlit
where streamlit is a image name.