ak6868674's picture
Update app.sh
7f8b90b verified
raw
history blame contribute delete
153 Bytes
#!/bin/bash
# Install dependencies and run Streamlit app
pip install -r requirements.txt
streamlit run app.py --server.port 7860 --server.address 0.0.0.0