ahmedghani commited on
Commit
61b37a4
·
1 Parent(s): ccb5321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -253,7 +253,7 @@ with gr.Blocks() as interface:
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,7 +379,7 @@ with gr.Blocks() as interface:
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
  )
 
253
  with gr.Row():
254
  provider_selector = gr.Dropdown(
255
  choices=["aws", "azure"],
256
+ value="",
257
  interactive=True,
258
  show_label=False,
259
  )
 
379
  with gr.Row():
380
  update_provider_selector = gr.Dropdown(
381
  choices=["aws", "azure"],
382
+ value="",
383
  interactive=True,
384
  show_label=False,
385
  )