Spaces:
Sleeping
Sleeping
Commit
·
9ad7eb4
1
Parent(s):
1ae9bce
minor changes (#2)
Browse files- switched to a Markdown output (683003e0372f12df7ae064112877876dd0c79fe4)
Co-authored-by: not-lain <[email protected]>
app.py
CHANGED
@@ -80,8 +80,7 @@ def main(
|
|
80 |
],
|
81 |
inputs = [interface_input]
|
82 |
)
|
83 |
-
output = gr.
|
84 |
-
lines=30,
|
85 |
label="Output",
|
86 |
)
|
87 |
submit.click(
|
|
|
80 |
],
|
81 |
inputs = [interface_input]
|
82 |
)
|
83 |
+
output = gr.Markdown(
|
|
|
84 |
label="Output",
|
85 |
)
|
86 |
submit.click(
|