ethix commited on
Commit
3bc1c8a
·
1 Parent(s): cd4052c

Revert Tailwind CSS CDN link to version 2.2.19

Browse files

- Replace version 3.4.17 Tailwind CSS CDN links with version 2.2.19
- Remove unnecessary script tag
- Maintain existing styling and layout structure

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -213,8 +213,8 @@ def generate_results_html(results):
213
 
214
  html_content = f"""
215
 
216
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/index.min.js"></script>
217
- <link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.4.17/base.min.css" rel="stylesheet">
218
 
219
  <div class="container mx-auto mt-4">
220
  <div class="grid xl:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-4">
 
213
 
214
  html_content = f"""
215
 
216
+
217
+ <link href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
218
 
219
  <div class="container mx-auto mt-4">
220
  <div class="grid xl:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-4">