Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
d5966cc
1
Parent(s):
477e7d6
Update app.py
Browse files
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(
|
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 |
)
|