nos commited on
Commit
fe64d1f
1 Parent(s): af13407

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(equal_height=True):
52
  #chatbot = gr.Chatbot()
53
  #msg = gr.Textbox()
54
  #clear = gr.ClearButton([msg, chatbot])
 
48
 
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
+ with gr.Row():
52
  #chatbot = gr.Chatbot()
53
  #msg = gr.Textbox()
54
  #clear = gr.ClearButton([msg, chatbot])