Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
pandas
|
|
|
1 |
+
streamlit
|
2 |
+
opencv-python
|
3 |
+
requests
|
4 |
+
dotenv
|
5 |
+
google-generativeai
|
6 |
+
langchain
|
7 |
+
pandas
|
|