Spaces:
Runtime error
Runtime error
minor changes
#2
by
not-lain
- opened
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(
|