mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
7 lines
No EOL
142 B
Bash
7 lines
No EOL
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 |