lvwerra HF Staff commited on
Commit
7662341
·
1 Parent(s): cc567e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, result["lang"], text_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