Streamlit

References

Streamlit

API Cheatsheet App

A CloudFan HF Space

Installation

pip install streamlit

Run the application

Streamlit UI application is a Python script. On the command prompt or shell terminal, run the application using the streamlit run command. This launches a web application, changes to the code are reflected in real-time on the browser window.

streamlit  run   app.py