chansung commited on
Commit
1e7407e
·
1 Parent(s): 5acc500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,10 +69,10 @@ with gr.Blocks() as demo:
69
  label="GCP project ID",
70
  )
71
  gcp_region = gr.Dropdown(
72
- label="GCP Region",
73
  ["us-central1", "asia‑east1", "asia-northeast1"],
74
  value="us-central1",
75
- interactive=True
 
76
  )
77
 
78
  gr.Markdown(
 
69
  label="GCP project ID",
70
  )
71
  gcp_region = gr.Dropdown(
 
72
  ["us-central1", "asia‑east1", "asia-northeast1"],
73
  value="us-central1",
74
+ interactive=True,
75
+ label="GCP Region"
76
  )
77
 
78
  gr.Markdown(