You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf "\033[1mYou can now view your Streamlit app in your browser at:\n\n"
printf " \033[0;34m${server}\033[0;0m\n\n"
cd $DIRNAME
streamlit run $FILENAME --server.port $port --server.headless true | grep -vE "(You can now view your Streamlit app in your browser.|Network URL:|External URL:)"