Spaces:
Running
Running
Deploy PASS/FAIL grading UI (glossary tips, swipe deck)
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
streamlit
|
|
|
|
| 2 |
pandas
|
| 3 |
pyarrow
|
| 4 |
huggingface-hub
|
| 5 |
datasets
|
| 6 |
pycountry
|
| 7 |
babel
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
streamlit-shortcuts
|
| 3 |
pandas
|
| 4 |
pyarrow
|
| 5 |
huggingface-hub
|
| 6 |
datasets
|
| 7 |
pycountry
|
| 8 |
babel
|
| 9 |
+
python-dotenv
|