7 lines
142 B
Bash
7 lines
142 B
Bash
|
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Run the command and pass in all three arguments
|
|
streamlit run streamlit_app/visualizer/streamlit.py --server.port 8501 |