Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def search(query: str, books: List[str], limit: int) -> str:
|
|
| 148 |
results = find_similar(query, books, limit)
|
| 149 |
return format_results_html(results)
|
| 150 |
|
| 151 |
-
with gr.Blocks(title="Latin Vulgate Verse Similarity Search"
|
| 152 |
gr.Markdown("""
|
| 153 |
# Latin Vulgate Verse Similarity Search
|
| 154 |
|
|
|
|
| 148 |
results = find_similar(query, books, limit)
|
| 149 |
return format_results_html(results)
|
| 150 |
|
| 151 |
+
with gr.Blocks(title="Latin Vulgate Verse Similarity Search") as demo:
|
| 152 |
gr.Markdown("""
|
| 153 |
# Latin Vulgate Verse Similarity Search
|
| 154 |
|