Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ iface = gr.Interface(
|
|
| 53 |
label="Random seed to use for the generation"
|
| 54 |
)
|
| 55 |
],
|
| 56 |
-
outputs=gr.Code(label="Predicted Python code", lines=10),
|
| 57 |
examples=example,
|
| 58 |
layout="horizontal",
|
| 59 |
theme="peach",
|
|
|
|
| 53 |
label="Random seed to use for the generation"
|
| 54 |
)
|
| 55 |
],
|
| 56 |
+
outputs=gr.Code(label="Predicted Python code", language="python", lines=10),
|
| 57 |
examples=example,
|
| 58 |
layout="horizontal",
|
| 59 |
theme="peach",
|