# Set Chrome as the default browser for this session | |
export BROWSER="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" | |
# Run Streamlit with the provided arguments | |
streamlit run "$@" | |
# Set Chrome as the default browser for this session | |
export BROWSER="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" | |
# Run Streamlit with the provided arguments | |
streamlit run "$@" | |