Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def process_results(results, highlight_terms):
|
|
40 |
<p style='font-family: Arial;'>{}</p>
|
41 |
<br>
|
42 |
""".format(
|
43 |
-
meta_html, docid_html,
|
44 |
)
|
45 |
return results_html + "<hr>"
|
46 |
|
|
|
40 |
<p style='font-family: Arial;'>{}</p>
|
41 |
<br>
|
42 |
""".format(
|
43 |
+
meta_html, docid_html, text_html
|
44 |
)
|
45 |
return results_html + "<hr>"
|
46 |
|