Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from google.cloud import storage
|
|
26 |
bucket_name = "trends_chrome_extension_bucket"
|
27 |
source_blob_name = 'lastradartext.txt'
|
28 |
destination_file_name= 'lastradartext.txt'
|
29 |
-
storage_client = storage.Client()
|
30 |
bucket = storage_client.bucket(bucket_name)
|
31 |
blob = bucket.blob(source_blob_name)
|
32 |
blob.download_to_filename(destination_file_name)
|
|
|
26 |
bucket_name = "trends_chrome_extension_bucket"
|
27 |
source_blob_name = 'lastradartext.txt'
|
28 |
destination_file_name= 'lastradartext.txt'
|
29 |
+
storage_client = storage.Client(project='createinsightsproject')
|
30 |
bucket = storage_client.bucket(bucket_name)
|
31 |
blob = bucket.blob(source_blob_name)
|
32 |
blob.download_to_filename(destination_file_name)
|