File size: 257 Bytes
798aed3
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Execute the Streamlit application with the required arguments
streamlit run app.py \
    --server.port 7860 \
    --server.enableCORS false \
    --server.enableXsrfProtection false \
    --server.address 0.0.0.0 \
    --server.headless true