Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,8 @@ demo = gr.Interface(
|
|
| 10 |
gr.Textbox(
|
| 11 |
show_label=True,
|
| 12 |
label="Code",
|
| 13 |
-
max_lines=4_294_967_295
|
|
|
|
| 14 |
),
|
| 15 |
gr.Dropdown(
|
| 16 |
show_label=True,
|
|
|
|
| 10 |
gr.Textbox(
|
| 11 |
show_label=True,
|
| 12 |
label="Code",
|
| 13 |
+
max_lines=4_294_967_295,
|
| 14 |
+
lines=4_294_967_295
|
| 15 |
),
|
| 16 |
gr.Dropdown(
|
| 17 |
show_label=True,
|