Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
openai
|
4 |
+
torch
|
5 |
+
matplotlib
|
6 |
+
transformers
|
7 |
+
python-dotenv
|
8 |
+
anthropic
|
9 |
+
tabulate
|