prithivMLmods commited on
Commit
014b60c
·
verified ·
1 Parent(s): 906df64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -486,7 +486,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
486
  )
487
 
488
  with gr.Row(visible=True):
489
- collage_style_selection = gr.Radio(
490
  show_label=True,
491
  container=True,
492
  interactive=True,
@@ -496,7 +496,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
496
  )
497
 
498
  with gr.Row(visible=True):
499
- style_selection = gr.Radio(
500
  show_label=True,
501
  container=True,
502
  interactive=True,
 
486
  )
487
 
488
  with gr.Row(visible=True):
489
+ collage_style_selection = gr.Dropdown(
490
  show_label=True,
491
  container=True,
492
  interactive=True,
 
496
  )
497
 
498
  with gr.Row(visible=True):
499
+ style_selection = gr.Dropdown(
500
  show_label=True,
501
  container=True,
502
  interactive=True,