# #!/bin/bash | |
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0 | |
#!/bin/bash | |
pip install -r requirements.txt | |
streamlit run app.py | |
# #!/bin/bash | |
# streamlit run app.py --server.port 7860 --server.address 0.0.0.0 | |
#!/bin/bash | |
pip install -r requirements.txt | |
streamlit run app.py | |