Interactive matrix update visualizer with a Python backend and HTML frontend.
pip install -r requirements.txt
python task1_web_app.pyThen open the printed local URL.
This is a dynamic Python web app, so it needs a web-service host rather than GitHub Pages. The repo includes render.yaml and a Procfile so it can be deployed from GitHub to Render, Railway, Heroku-compatible hosts, or another Python service host.
For Render, create a new Blueprint or Web Service from this GitHub repository. The app binds to 0.0.0.0 and reads the service PORT environment variable when deployed.