Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ interface = gr.Interface(
|
|
27 |
placeholder="Prove that the sum of two even numbers is even.",
|
28 |
lines=4
|
29 |
),
|
30 |
-
outputs=gr.Code(label="Generated Lean 4 Code", language="lean"),
|
|
|
31 |
title=title,
|
32 |
description=description
|
33 |
)
|
|
|
27 |
placeholder="Prove that the sum of two even numbers is even.",
|
28 |
lines=4
|
29 |
),
|
30 |
+
#outputs=gr.Code(label="Generated Lean 4 Code", language="lean"),
|
31 |
+
outputs=gr.Code(label="Generated Lean 4 Code"),
|
32 |
title=title,
|
33 |
description=description
|
34 |
)
|