John6666 commited on
Commit
ebc95ee
·
verified ·
1 Parent(s): 6a9666a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  )