kadirnar commited on
Commit
893729c
·
verified ·
1 Parent(s): 9f373a0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -15
index.html CHANGED
@@ -1,15 +1,14 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Hugging Face Heatmaps</title>
5
- </head>
6
- <body style="background: #111; color: #fff;">
7
- <h1>My Hugging Face Heatmaps</h1>
8
- <div style="display: flex; flex-direction: column; gap: 20px;">
9
- <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/kadirnar" style="width: 100%; height: 300px;" frameborder="0"></iframe>
10
- <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/OpenSpeechHub" style="width: 100%; height: 300px;" frameborder="0"></iframe>
11
- <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Closed-TTS" style="width: 100%; height: 300px;" frameborder="0"></iframe>
12
- <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Vyvo" style="width: 100%; height: 300px;" frameborder="0"></iframe>
13
- </div>
14
- </body>
15
- </html>
 
1
+ <h1 style="
2
+ font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
3
+ font-weight: 800;
4
+ font-size: 2.8rem;
5
+ background: linear-gradient(90deg, #ffb347 0%, #ffcc33 50%, #00c3ff 100%);
6
+ -webkit-background-clip: text;
7
+ -webkit-text-fill-color: transparent;
8
+ margin-bottom: 32px;
9
+ display: flex;
10
+ align-items: center;
11
+ gap: 16px;
12
+ ">
13
+ 🔥 My Hugging Face Heatmaps
14
+ </h1>