24Sureshkumar's picture
Update app.sh
cc35a90 verified
raw
history blame
188 Bytes
# #!/bin/bash
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0
#!/bin/bash
# Make sure it's executable: chmod +x app.sh
# Launch your Streamlit app
streamlit run app.py