eybro commited on
Commit
09f23d8
·
verified ·
1 Parent(s): 8a9f973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
138
  example_selection = gr.Gallery(
139
  value=list(example_images.values()),
140
  label="Click an Example Image",
141
- ).style(grid=[1], height="auto")
142
 
143
  with gr.Row():
144
  out = gr.Markdown()
 
138
  example_selection = gr.Gallery(
139
  value=list(example_images.values()),
140
  label="Click an Example Image",
141
+ )
142
 
143
  with gr.Row():
144
  out = gr.Markdown()