Atak Kan
commited on
Commit
·
2cbafcd
1
Parent(s):
5c9f6e5
Add application file
Browse files
app.py
CHANGED
|
@@ -878,7 +878,7 @@ def search(query: str) -> List[Hit]:
|
|
| 878 |
demo = gr.Interface(
|
| 879 |
fn=search,
|
| 880 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here...", label="Search Query"),
|
| 881 |
-
outputs=gr.Textbox(label="Search Results"),
|
| 882 |
title="BM25 Search Engine",
|
| 883 |
description="""
|
| 884 |
BM25
|
|
|
|
| 878 |
demo = gr.Interface(
|
| 879 |
fn=search,
|
| 880 |
inputs=gr.Textbox(lines=2, placeholder="Enter your query here...", label="Search Query"),
|
| 881 |
+
outputs=gr.Textbox(label="Search Results", lines=10),
|
| 882 |
title="BM25 Search Engine",
|
| 883 |
description="""
|
| 884 |
BM25
|