Spaces:
Running
Running
Commit
·
d2bda39
1
Parent(s):
08ebeb5
update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,10 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
This is a simple Streamlit app requesting predictions from a model deployed on Deeploy.
|
14 |
+
|
15 |
+
To run the app locally, install the requirements from `requirements.txt` and run the following command:
|
16 |
+
|
17 |
+
```bash
|
18 |
+
streamlit run app.py
|
19 |
+
```
|