Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ iface = gr.Interface(
|
|
| 67 |
gr.Textbox(label="Enter your query"),
|
| 68 |
gr.Slider(5, 15, step=5, label="Top N results")
|
| 69 |
],
|
| 70 |
-
outputs=gr.HTML()
|
| 71 |
title="Top Article Retriever",
|
| 72 |
description="Search articles using query."
|
| 73 |
)
|
|
|
|
| 67 |
gr.Textbox(label="Enter your query"),
|
| 68 |
gr.Slider(5, 15, step=5, label="Top N results")
|
| 69 |
],
|
| 70 |
+
outputs=gr.HTML(),
|
| 71 |
title="Top Article Retriever",
|
| 72 |
description="Search articles using query."
|
| 73 |
)
|