nos commited on
Commit
d5966cc
1 Parent(s): 477e7d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def flip_image(x):
48
 
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
- with gr.Row(min_height=800):
52
  gr.ChatInterface(
53
  respond
54
  )
 
48
 
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
+ with gr.Row(equal_height=False):
52
  gr.ChatInterface(
53
  respond
54
  )