Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +1 -2
requirement.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
requests
|
| 4 |
-
google-cloud-language #
|
| 5 |
google-auth
|
| 6 |
google-auth-oauthlib
|
| 7 |
google-auth-httplib2
|
| 8 |
-
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
requests
|
| 4 |
+
google-cloud-language # Add this to install the Google Cloud Language API
|
| 5 |
google-auth
|
| 6 |
google-auth-oauthlib
|
| 7 |
google-auth-httplib2
|
|
|