Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ $ python TrainImprove.py
|
|
| 81 |
### 4. **Run the Streamlit Application**
|
| 82 |
|
| 83 |
```bash
|
| 84 |
-
$ streamlit run
|
| 85 |
```
|
| 86 |
|
| 87 |
### 5. **Access the App**
|
|
|
|
| 81 |
### 4. **Run the Streamlit Application**
|
| 82 |
|
| 83 |
```bash
|
| 84 |
+
$ python -m streamlit run ml-st.py
|
| 85 |
```
|
| 86 |
|
| 87 |
### 5. **Access the App**
|