Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,8 @@ def main():
|
|
| 32 |
interface = gr.Interface(
|
| 33 |
fn=compare_claims,
|
| 34 |
inputs=[
|
| 35 |
-
gr.Textbox(label="
|
| 36 |
-
gr.Textbox(label="
|
| 37 |
],
|
| 38 |
outputs="text",
|
| 39 |
title="Claims Comparison",
|
|
|
|
| 32 |
interface = gr.Interface(
|
| 33 |
fn=compare_claims,
|
| 34 |
inputs=[
|
| 35 |
+
gr.Textbox(label="claim1", placeholder="Enter first claim description..."),
|
| 36 |
+
gr.Textbox(label="claim2", placeholder="Enter second claim description...")
|
| 37 |
],
|
| 38 |
outputs="text",
|
| 39 |
title="Claims Comparison",
|