prithivMLmods commited on
Commit
bff4e01
1 Parent(s): 3f57ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -471,9 +471,8 @@ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
471
  placeholder="Enter your prompt",
472
  container=False,
473
  )
474
- run_button = gr.Button("Run")
475
- result = gr.Gallery(label="Grid", columns=1, preview=True)
476
-
477
 
478
  with gr.Row(visible=True):
479
  grid_size_selection = gr.Dropdown(
 
471
  placeholder="Enter your prompt",
472
  container=False,
473
  )
474
+ run_button = gr.Button("Run", scale=0)
475
+ result = gr.Gallery(label="Result", columns=1, show_label=False)
 
476
 
477
  with gr.Row(visible=True):
478
  grid_size_selection = gr.Dropdown(