Tonic commited on
Commit
447b558
·
verified ·
1 Parent(s): 0ac9edc

Update app.py

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