Youngsun Lim commited on
Commit
d4350e9
·
1 Parent(s): dbd3f6b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ for cls, files in EXAMPLES.items():
119
 
120
 
121
  # -------------------- UI --------------------
122
- with gr.Blocks(tfill_height=True) as demo:
123
  # ------------------ PAGE 1: Intro + Examples ------------------
124
  page_intro = gr.Group(visible=True)
125
  with page_intro:
 
119
 
120
 
121
  # -------------------- UI --------------------
122
+ with gr.Blocks(fill_height=True) as demo:
123
  # ------------------ PAGE 1: Intro + Examples ------------------
124
  page_intro = gr.Group(visible=True)
125
  with page_intro: