Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def process_results(results, highlight_terms):
|
|
37 |
docid_html = str(result["docid"])
|
38 |
results_html += """{}
|
39 |
<p style='font-size:14px; font-family: Arial; color:#7978FF; text-align: left;'>Document ID: {}</p>
|
40 |
-
<pre
|
41 |
<br>
|
42 |
""".format(
|
43 |
meta_html, docid_html, text_html
|
|
|
37 |
docid_html = str(result["docid"])
|
38 |
results_html += """{}
|
39 |
<p style='font-size:14px; font-family: Arial; color:#7978FF; text-align: left;'>Document ID: {}</p>
|
40 |
+
<pre><code>{}</code></pre>
|
41 |
<br>
|
42 |
""".format(
|
43 |
meta_html, docid_html, text_html
|