Streamlit demo#
Install the app and further dependencies with:
pip install -r requirements.txt # also used for deployment on Streamlit Cloud
streamlit run streamlit_app.py
Embed your Streamlit app#
See documentation on how to embed your app.
Install the app and further dependencies with:
pip install -r requirements.txt # also used for deployment on Streamlit Cloud
streamlit run streamlit_app.py
See documentation on how to embed your app.