32
loading...
This website collects cookies to deliver better user experience
python
installledstreamlit
installed
(You can install streamlit using pip install streamlit
)mkdir -p ~/.streamlit/
echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.toml
web: sh setup.sh && streamlit run app.py
streamlit
matplotlib
numpy
pandas