Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ else:
|
|
30 |
|
31 |
# Initialize Vertex AI
|
32 |
# IMPORTANT: Replace with your Google Cloud Project ID and desired location.
|
33 |
-
GCP_PROJECT_ID = "
|
34 |
GCP_LOCATION = "us-central1"
|
35 |
|
36 |
try:
|
|
|
30 |
|
31 |
# Initialize Vertex AI
|
32 |
# IMPORTANT: Replace with your Google Cloud Project ID and desired location.
|
33 |
+
GCP_PROJECT_ID = "gen-lang-client-0193353123"
|
34 |
GCP_LOCATION = "us-central1"
|
35 |
|
36 |
try:
|