5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
|
|
export STREAMLIT_HOST="0.0.0.0"
|
|
export STREAMLIT_PORT=8080
|