Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
requests
|
| 5 |
+
googletrans
|
| 6 |
+
deep-translator
|
| 7 |
+
biopython
|
| 8 |
+
arxiv
|
| 9 |
+
plotly
|
| 10 |
+
matplotlib
|
| 11 |
+
pillow
|
| 12 |
+
python-dotenv
|
| 13 |
+
beautifulsoup4
|
| 14 |
+
lxml
|
| 15 |
+
feedparser
|
| 16 |
+
pytz
|