Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder
|
|
105 |
fn=solve_math_problem,
|
106 |
outputs=[
|
107 |
gr.JSON(label="Full Output"),
|
108 |
-
gr.Code(label="Extracted Lean4 Code", language="
|
109 |
],
|
110 |
inputs=[
|
111 |
gr.Textbox(label="🤔Enter your Lean4 formal statement", lines=7),
|
|
|
105 |
fn=solve_math_problem,
|
106 |
outputs=[
|
107 |
gr.JSON(label="Full Output"),
|
108 |
+
gr.Code(label="Extracted Lean4 Code", language="python")
|
109 |
],
|
110 |
inputs=[
|
111 |
gr.Textbox(label="🤔Enter your Lean4 formal statement", lines=7),
|