AntDX316 commited on
Commit
a351cd5
·
1 Parent(s): 1d7238a
Files changed (2) hide show
  1. README_old.md +0 -10
  2. project/README.md +0 -17
README_old.md DELETED
@@ -1,10 +0,0 @@
1
- ---
2
- title: HF Docker3
3
- emoji: 👀
4
- colorFrom: yellow
5
- colorTo: green
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
project/README.md DELETED
@@ -1,17 +0,0 @@
1
- # Simple To-Do List App
2
-
3
- A basic to-do list web application built with Flask.
4
-
5
- ## Features
6
- - Add new tasks
7
- - Delete existing tasks
8
- - Clean, responsive user interface
9
-
10
- ## Technologies
11
- - Flask web framework
12
- - HTML/CSS for frontend
13
-
14
- ## Setup
15
- - Install dependencies: `pip install -r requirements.txt`
16
- - Run the application: `python app.py`
17
- - Access the application at http://localhost:7860