Spaces:
Sleeping
Sleeping
fix: height.
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ demo = gr.Interface(
|
|
221 |
multiselect=True,
|
222 |
),
|
223 |
],
|
224 |
-
outputs=[gr.Markdown().style(
|
225 |
title=TITLE,
|
226 |
description=DESCRIPTION,
|
227 |
allow_flagging=False,
|
|
|
221 |
multiselect=True,
|
222 |
),
|
223 |
],
|
224 |
+
outputs=[gr.Markdown().style()],
|
225 |
title=TITLE,
|
226 |
description=DESCRIPTION,
|
227 |
allow_flagging=False,
|