Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
nltk
|
5 |
+
spacy
|
6 |
+
fuzzywuzzy
|
7 |
+
streamlit-aggrid
|
8 |
+
SPARQLWrapper==2.0.0
|
9 |
+
wikipedia==1.4.0
|