Spaces:
Sleeping
Sleeping
projektkush
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from dotenv import load_dotenv
|
|
26 |
load_dotenv( )
|
27 |
|
28 |
# Load the decrypted JSON file or its content as environment variable
|
29 |
-
decrypted_service_account_path = "
|
30 |
decrypted_service_account_path
|
31 |
with open(decrypted_service_account_path, 'r') as f:
|
32 |
service_account_info = json.load(f)
|
|
|
26 |
load_dotenv( )
|
27 |
|
28 |
# Load the decrypted JSON file or its content as environment variable
|
29 |
+
decrypted_service_account_path = "decrypted.json"
|
30 |
decrypted_service_account_path
|
31 |
with open(decrypted_service_account_path, 'r') as f:
|
32 |
service_account_info = json.load(f)
|