Andy Florian Irakoze commited on
Commit
15756a7
1 Parent(s): 368b979

setting gradio

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. requirements.txt +3 -0
README.md CHANGED
@@ -1 +1,7 @@
1
- This is a housing price prediction in California
 
 
 
 
 
 
 
1
+ title: Housing price prediction in California
2
+ colorFrom: gray
3
+ colorTo: red
4
+ sdk: gradio
5
+ sdk_version: 3.0.4
6
+ app_file: app.py
7
+ pinned: false
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ sklearn
2
+ pandas
3
+ gradio