Spaces:
Runtime error
Runtime error
Commit
·
24fe3bd
1
Parent(s):
e72b554
Update app.py
Browse files
app.py
CHANGED
@@ -253,6 +253,7 @@ with gr.Blocks() as interface:
|
|
253 |
with gr.Row():
|
254 |
provider_selector = gr.Dropdown(
|
255 |
choices=["aws", "azure"],
|
|
|
256 |
interactive=True,
|
257 |
show_label=False,
|
258 |
)
|
@@ -378,6 +379,7 @@ with gr.Blocks() as interface:
|
|
378 |
with gr.Row():
|
379 |
update_provider_selector = gr.Dropdown(
|
380 |
choices=["aws", "azure"],
|
|
|
381 |
interactive=True,
|
382 |
show_label=False,
|
383 |
)
|
|
|
253 |
with gr.Row():
|
254 |
provider_selector = gr.Dropdown(
|
255 |
choices=["aws", "azure"],
|
256 |
+
value="aws"
|
257 |
interactive=True,
|
258 |
show_label=False,
|
259 |
)
|
|
|
379 |
with gr.Row():
|
380 |
update_provider_selector = gr.Dropdown(
|
381 |
choices=["aws", "azure"],
|
382 |
+
value="aws"
|
383 |
interactive=True,
|
384 |
show_label=False,
|
385 |
)
|