Spaces:
Running
Running
Merge pull request #21 from alecrem/chore/no-ref/update-readme
Browse filesUpdate README.md with information about the Streamlit interface
README.md
CHANGED
@@ -25,4 +25,14 @@ Python modules:
|
|
25 |
|
26 |
- json
|
27 |
- pandas
|
28 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
- json
|
27 |
- pandas
|
28 |
+
- requests_html
|
29 |
+
|
30 |
+
## Streamlit web interface
|
31 |
+
|
32 |
+
The app is deployed here: [middleschool.streamlit.app](https://middleschool.streamlit.app/)
|
33 |
+
|
34 |
+
To run the Streamlit app locally, install the [streamlit](https://docs.streamlit.io/library/get-started) module and run:
|
35 |
+
|
36 |
+
```sh
|
37 |
+
streamlit run Middle_School_Card_List.py
|
38 |
+
```
|