Commit
·
a42feaa
1
Parent(s):
3714476
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def search_chat_noir(key, search_query):
|
|
12 |
return search(api_key=key, query=search_query)
|
13 |
|
14 |
def result_string(result):
|
15 |
-
return f"[{result.title.html}
|
16 |
|
17 |
|
18 |
cola, colb, colc = st.columns([5,4,5])
|
|
|
12 |
return search(api_key=key, query=search_query)
|
13 |
|
14 |
def result_string(result):
|
15 |
+
return f"[{result.title.html}]({result.target_uri}):\n{result.snippet.html}\n---\n"
|
16 |
|
17 |
|
18 |
cola, colb, colc = st.columns([5,4,5])
|