Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,7 +331,7 @@ def predict(text):
|
|
| 331 |
|
| 332 |
return results
|
| 333 |
|
| 334 |
-
title = "Enhanced Search with BM25"
|
| 335 |
iface = gr.Interface(
|
| 336 |
fn=predict,
|
| 337 |
inputs=[gr.Textbox(label="Search Query", lines=3)],
|
|
|
|
| 331 |
|
| 332 |
return results
|
| 333 |
|
| 334 |
+
title = "Enhanced Fatwa Search with BM25"
|
| 335 |
iface = gr.Interface(
|
| 336 |
fn=predict,
|
| 337 |
inputs=[gr.Textbox(label="Search Query", lines=3)],
|