Spaces:
Sleeping
Sleeping
File size: 629 Bytes
1193507 1d7238a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: Simple To-Do List App
emoji: ✅
colorFrom: blue
colorTo: green
sdk: docker
sdk_version: "latest"
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Simple To-Do List App
A basic to-do list web application built with Flask.
## Features
- Add new tasks
- Delete existing tasks
- Clean, responsive user interface
## Technologies
- Flask web framework
- HTML/CSS for frontend
## Setup
- Install dependencies: `pip install -r requirements.txt`
- Run the application: `python app.py`
- Access the application at http://localhost:7860
|