Spaces:
Runtime error
Runtime error
init tokens_html
Browse files
app.py
CHANGED
|
@@ -102,6 +102,7 @@ def format_result(result, highlight_terms, exact_search, datasets_filter=None):
|
|
| 102 |
if not dataset in datasets_filter:
|
| 103 |
return ""
|
| 104 |
|
|
|
|
| 105 |
if exact_search:
|
| 106 |
query_variants = [highlight_terms]
|
| 107 |
|
|
|
|
| 102 |
if not dataset in datasets_filter:
|
| 103 |
return ""
|
| 104 |
|
| 105 |
+
tokens_html = ""
|
| 106 |
if exact_search:
|
| 107 |
query_variants = [highlight_terms]
|
| 108 |
|