lvwerra HF Staff commited on
Commit
1234e1c
·
1 Parent(s): fbe903d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 style='font-family: monospace; background-color: #eee;'><code>{}</code></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