hmb HF staff commited on
Commit
cd2f01e
·
verified ·
1 Parent(s): 607c36f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def run(message, history):
5
  return "aaa"
6
 
7
  with gr.Blocks() as demo:
8
- with gr.Row():
9
  gr.ChatInterface(
10
  fn=run,
11
  fill_height=True,
 
5
  return "aaa"
6
 
7
  with gr.Blocks() as demo:
8
+ with gr.Row(height=600):
9
  gr.ChatInterface(
10
  fn=run,
11
  fill_height=True,