Spaces:
Paused
Paused
remove lang info
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def format_result(result, highlight_terms, exact_search, datasets_filter=None):
|
|
124 |
language = "FIXME"
|
125 |
return """{}
|
126 |
<p style='font-size:14px; font-family: Arial; color:#7978FF; text-align: left;'>Document ID: {}</p>
|
127 |
-
<p style='font-size:12px; font-family: Arial; color:MediumAquaMarine'>Language: {}</p>
|
128 |
<p style='font-family: Arial;'>{}</p>
|
129 |
<br>
|
130 |
""".format(
|
|
|
124 |
language = "FIXME"
|
125 |
return """{}
|
126 |
<p style='font-size:14px; font-family: Arial; color:#7978FF; text-align: left;'>Document ID: {}</p>
|
127 |
+
<!-- <p style='font-size:12px; font-family: Arial; color:MediumAquaMarine'>Language: {}</p> -->
|
128 |
<p style='font-family: Arial;'>{}</p>
|
129 |
<br>
|
130 |
""".format(
|