#!/bin/bash #cd /home/server/ && python3 main.py cd /home/server/ && streamlit run main.py --server.port 7860 --server.enableXsrfProtection false