AI-Quotient commited on
Commit
6167722
·
verified ·
1 Parent(s): 7635bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ Output a rigorous proof or meaningful insight even when a full proof is impossib
147
  return theorem_llm
148
 
149
  iface = gr.Interface(
150
- fn=verify_formula,
151
  inputs=gr.Textbox(label="Enter Formula (e.g., x > 5 and y < 10)"),
152
  outputs=gr.HTML(label="Result"), # Output as HTML
153
  title="Theorem proving agent",
 
147
  return theorem_llm
148
 
149
  iface = gr.Interface(
150
+ fn=theorem_prover,
151
  inputs=gr.Textbox(label="Enter Formula (e.g., x > 5 and y < 10)"),
152
  outputs=gr.HTML(label="Result"), # Output as HTML
153
  title="Theorem proving agent",