Alejandro Cremades commited on
Commit
5fd242f
2 Parent(s): 41fa2bd 9365532

Merge pull request #21 from alecrem/chore/no-ref/update-readme

Browse files

Update README.md with information about the Streamlit interface

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -25,4 +25,14 @@ Python modules:
25
 
26
  - json
27
  - pandas
28
- - HTMLSession
 
 
 
 
 
 
 
 
 
 
 
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
+ ```