Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
2 |
-
openai
|
3 |
-
python-dotenv
|
4 |
-
requests
|
5 |
pandas
|
6 |
numpy
|
7 |
-
plotly
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
+
plotly
|
5 |
+
requests
|
6 |
+
python-dotenv
|
7 |
+
google-generativeai
|
8 |
+
google-api-core
|