Spaces:
Runtime error
Runtime error
nos
commited on
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 |
)
|