hmb HF staff commited on
Commit
2a1309d
·
verified ·
1 Parent(s): e889fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ def run(message, history):
7
  with gr.Blocks() as demo:
8
  gr.ChatInterface(
9
  fn=run,
 
10
  examples=[
11
  [
12
  {
 
7
  with gr.Blocks() as demo:
8
  gr.ChatInterface(
9
  fn=run,
10
+ fill_height=True,
11
  examples=[
12
  [
13
  {