nos commited on
Commit
477e7d6
·
verified ·
1 Parent(s): 0921b93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -48,9 +48,10 @@ def flip_image(x):
48
 
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
- gr.ChatInterface(
52
- respond
53
- )
 
54
  with gr.Tab("ELS"):
55
  with gr.Row():
56
  image_input = gr.Image()
 
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
+ )
55
  with gr.Tab("ELS"):
56
  with gr.Row():
57
  image_input = gr.Image()