Spaces:
Sleeping
Sleeping
Merge pull request #20 from mapaction/develop
Browse files- app/src/utils_ee.py +3 -1
app/src/utils_ee.py
CHANGED
@@ -19,7 +19,9 @@ def ee_initialize(force_use_service_account: bool = False):
|
|
19 |
Inputs:
|
20 |
force_use_service_account (bool): If True, the dedicated Google
|
21 |
service account is used, regardless of whether the app is run
|
22 |
-
locally or in the cloud.
|
|
|
|
|
23 |
|
24 |
Returns:
|
25 |
None
|
|
|
19 |
Inputs:
|
20 |
force_use_service_account (bool): If True, the dedicated Google
|
21 |
service account is used, regardless of whether the app is run
|
22 |
+
locally or in the cloud. To be able to use a service account
|
23 |
+
locally, a file called "secrets.toml" should be added to the
|
24 |
+
folder ".streamlit", in the main project folder.
|
25 |
|
26 |
Returns:
|
27 |
None
|