Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -512,8 +512,8 @@ def display_terms_with_links(terms):
|
|
| 512 |
search_urls = {
|
| 513 |
"🚀🌌ArXiv": lambda k: f"/?q={quote(k)}",
|
| 514 |
"🔍<sup>Google</sup>": lambda k: f"https://www.google.com/search?q={quote(k)}",
|
| 515 |
-
"
|
| 516 |
-
"
|
| 517 |
"🐦X": lambda k: f"https://twitter.com/search?q={quote(k)}",
|
| 518 |
}
|
| 519 |
for term in terms:
|
|
|
|
| 512 |
search_urls = {
|
| 513 |
"🚀🌌ArXiv": lambda k: f"/?q={quote(k)}",
|
| 514 |
"🔍<sup>Google</sup>": lambda k: f"https://www.google.com/search?q={quote(k)}",
|
| 515 |
+
"▶️<sup>Youtube</sup>": lambda k: f"https://www.youtube.com/results?search_query={quote(k)}",
|
| 516 |
+
"🔎<sup>Bing</sup>": lambda k: f"https://www.bing.com/search?q={quote(k)}",
|
| 517 |
"🐦X": lambda k: f"https://twitter.com/search?q={quote(k)}",
|
| 518 |
}
|
| 519 |
for term in terms:
|