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