Commit
·
c79cea2
1
Parent(s):
1733e6b
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:Blue;font-weight: bold\">{result.title.html}</div
|
17 |
f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
|
18 |
f"<div>{result.snippet.html}</div>"
|
19 |
)
|
|
|
13 |
|
14 |
def result_html(result):
|
15 |
return (
|
16 |
+
f"<div style=\"color:Blue;font-weight: bold\">{result.title.html}</div>"
|
17 |
f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
|
18 |
f"<div>{result.snippet.html}</div>"
|
19 |
)
|