tkasasagi commited on
Commit
8b1089b
·
verified ·
1 Parent(s): 0f19381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ examples = [
82
  ["江戸の桜の名所はどこですか。"],
83
  ]
84
 
85
- with gr.Blocks(css="style.css") as demo:
86
  gr.Markdown(DESCRIPTION)
87
 
88
  gr.ChatInterface(
 
82
  ["江戸の桜の名所はどこですか。"],
83
  ]
84
 
85
+ with gr.Blocks(css="style.css", fill_height=True) as demo:
86
  gr.Markdown(DESCRIPTION)
87
 
88
  gr.ChatInterface(