LovnishVerma commited on
Commit
e18ba2a
Β·
verified Β·
1 Parent(s): 43812eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -29,12 +29,19 @@ This project is a simple Flask web application that loads a pickled Scikit-learn
29
  ## πŸ“ File Structure
30
 
31
  β”œβ”€β”€ app.py
 
32
  β”œβ”€β”€ iris_model.pkl
 
33
  β”œβ”€β”€ templates/
 
34
  β”‚ └── index.html
 
35
  β”œβ”€β”€ requirements.txt
 
36
  β”œβ”€β”€ Dockerfile
 
37
  └── README.md
38
 
39
 
 
40
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6474405f90330355db146c76/913Xe1wij1jTm08GbG0RJ.png)
 
29
  ## πŸ“ File Structure
30
 
31
  β”œβ”€β”€ app.py
32
+
33
  β”œβ”€β”€ iris_model.pkl
34
+
35
  β”œβ”€β”€ templates/
36
+
37
  β”‚ └── index.html
38
+
39
  β”œβ”€β”€ requirements.txt
40
+
41
  β”œβ”€β”€ Dockerfile
42
+
43
  └── README.md
44
 
45
 
46
+
47
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6474405f90330355db146c76/913Xe1wij1jTm08GbG0RJ.png)