Svngoku commited on
Commit
d2bb195
·
verified ·
1 Parent(s): d30f8f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def search_wikipedia(keyword, max_results=20):
9
 
10
  if not search_results:
11
  return """
12
- <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
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.