prithivMLmods commited on
Commit
609db9c
1 Parent(s): d29c928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,7 +397,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
397
  with gr.Row(visible=True):
398
  grid_size_selection = gr.Dropdown(
399
  choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
400
- value="1x1",
401
  label="Grid Size"
402
  )
403
 
 
397
  with gr.Row(visible=True):
398
  grid_size_selection = gr.Dropdown(
399
  choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
400
+ value="2x1",
401
  label="Grid Size"
402
  )
403