dawood HF staff commited on
Commit
991e4f2
1 Parent(s): 08086df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ example = videogallery().example_inputs()
7
 
8
  with gr.Blocks() as demo:
9
  with gr.Row():
10
- videogallery(value=example, label="Populated", style={"height": "600px"}), # populated component
11
 
12
  demo.launch()
 
7
 
8
  with gr.Blocks() as demo:
9
  with gr.Row():
10
+ videogallery(value=example, label="Populated", height=750), # populated component
11
 
12
  demo.launch()