Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def search_wikipedia(keyword, max_results=20):
|
|
| 9 |
|
| 10 |
if not search_results:
|
| 11 |
return """
|
| 12 |
-
<
|
| 13 |
<div class="max-w-7xl mx-auto p-4">
|
| 14 |
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 rounded-lg">
|
| 15 |
No results found for the keyword.
|
|
|
|
| 9 |
|
| 10 |
if not search_results:
|
| 11 |
return """
|
| 12 |
+
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
| 13 |
<div class="max-w-7xl mx-auto p-4">
|
| 14 |
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 rounded-lg">
|
| 15 |
No results found for the keyword.
|