Spaces:
Runtime error
Runtime error
Commit
·
3f8aea3
1
Parent(s):
62bf381
Explicitly add streamlit (with version) as requirement
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
pandas
|
|
|
2 |
transformers
|
|
|
1 |
pandas
|
2 |
+
streamlit>=1.20.0
|
3 |
transformers
|