prithivMLmods commited on
Commit
3af8f47
1 Parent(s): 7bc89b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
156
 
157
  with gr.Row(visible=True):
158
  grid_size_selection = gr.Dropdown(
159
- choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1", "2x4", "4x2", "3x3", "4x4"]
160
  value="1x1",
161
  label="Grid Size"
162
  )
 
156
 
157
  with gr.Row(visible=True):
158
  grid_size_selection = gr.Dropdown(
159
+ choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1", "2x4", "4x2", "3x3", "4x4"],
160
  value="1x1",
161
  label="Grid Size"
162
  )