Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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",
|