Commit
·
07b2f64
1
Parent(s):
1bac24e
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def search_chat_noir(key, search_query):
|
|
| 13 |
|
| 14 |
def result_html(result):
|
| 15 |
return (
|
| 16 |
-
f"<div style=\"color:#
|
| 17 |
f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
|
| 18 |
f"<div>{(result.snippet.html).replace('<em>', '<b>').replace('</em>','</b>')}</div><br>"
|
| 19 |
)
|
|
|
|
| 13 |
|
| 14 |
def result_html(result):
|
| 15 |
return (
|
| 16 |
+
f"<div style=\"color:#2a5cb3;font-weight: 500\">{(result.title.html).replace('<em>', '<b>').replace('</em>','</b>')}</div>"
|
| 17 |
f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
|
| 18 |
f"<div>{(result.snippet.html).replace('<em>', '<b>').replace('</em>','</b>')}</div><br>"
|
| 19 |
)
|