Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -127,9 +127,10 @@ An end-to-end machine learning system that predicts heart disease risk using cli
|
|
| 127 |
|
| 128 |
1. Clone repository:
|
| 129 |
```bash
|
| 130 |
-
git clone https://github.com/
|
| 131 |
pip install -r requirements.txt
|
| 132 |
-
cd
|
|
|
|
| 133 |
|
| 134 |
|
| 135 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 127 |
|
| 128 |
1. Clone repository:
|
| 129 |
```bash
|
| 130 |
+
git clone https://github.com/musabbirkm/heart-disease-predictor.git
|
| 131 |
pip install -r requirements.txt
|
| 132 |
+
cd heart-disease-predictor
|
| 133 |
+
streamlit run app.py
|
| 134 |
|
| 135 |
|
| 136 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|