nbacchi commited on
Commit
de78064
·
verified ·
1 Parent(s): 3519b69

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Model Iterations Documentation
2
  ## Task: Apartment Price Prediction (Regression)
3
 
@@ -134,8 +144,8 @@ uv run python app.py
134
  - [x] Working web application ([app.py](app.py))
135
  - [x] Documented iterative modeling process (2 iterations, tables + metrics)
136
  - [x] Completed README
137
- - [ ] README uploaded to Hugging Face repository
138
- - [ ] Public application link inserted above
139
 
140
  ---
141
 
 
1
+ ---
2
+ title: Exercise1
3
+ emoji: "🏃"
4
+ colorFrom: gray
5
+ colorTo: gray
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # Model Iterations Documentation
12
  ## Task: Apartment Price Prediction (Regression)
13
 
 
144
  - [x] Working web application ([app.py](app.py))
145
  - [x] Documented iterative modeling process (2 iterations, tables + metrics)
146
  - [x] Completed README
147
+ - [x] README uploaded to Hugging Face repository
148
+ - [x] Public application link inserted above
149
 
150
  ---
151