Spaces:
Running
Running
Upload README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# π Blank app template
|
2 |
+
|
3 |
+
A simple Streamlit app template for you to modify!
|
4 |
+
|
5 |
+
[](https://blank-app-template.streamlit.app/)
|
6 |
+
|
7 |
+
### How to run it on your own machine
|
8 |
+
|
9 |
+
1. Install the requirements
|
10 |
+
|
11 |
+
```
|
12 |
+
$ pip install -r requirements.txt
|
13 |
+
```
|
14 |
+
|
15 |
+
2. Run the app
|
16 |
+
|
17 |
+
```
|
18 |
+
$ streamlit run streamlit_app.py
|
19 |
+
```
|