Spaces:
Sleeping
Sleeping
Commit ·
d65eb04
1
Parent(s): 1c23b9d
new code
Browse files
app.py
CHANGED
|
@@ -5,10 +5,10 @@ import io
|
|
| 5 |
import os
|
| 6 |
import tempfile
|
| 7 |
|
| 8 |
-
gcs_bucket_name = "
|
| 9 |
|
| 10 |
# File path in GCS bucket
|
| 11 |
-
gcs_file_path = "
|
| 12 |
|
| 13 |
|
| 14 |
# process of getting credentials
|
|
|
|
| 5 |
import os
|
| 6 |
import tempfile
|
| 7 |
|
| 8 |
+
gcs_bucket_name = "ow-stu-us-ce1-ai-platform"
|
| 9 |
|
| 10 |
# File path in GCS bucket
|
| 11 |
+
gcs_file_path = "deepak_6593/db.csv"
|
| 12 |
|
| 13 |
|
| 14 |
# process of getting credentials
|