A demo Streamlit app analyzing the "Movies" dataset.
-
Get the code:
$ git clone https://github.com/streamlit/demo-movies.git
-
Start a virtual environment and get the dependencies (requires uv):
$ uv venv $ .venv/bin/activate $ uv sync
-
Start the app:
$ streamlit run