kadirnar commited on
Commit
eaf310b
·
verified ·
1 Parent(s): fde7f0e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -26
index.html CHANGED
@@ -48,20 +48,11 @@
48
  border: 1.5px solid #222;
49
  }
50
  .heatmap-label {
51
- display: flex;
52
- align-items: center;
53
- gap: 12px;
54
  font-size: 1.25rem;
55
  font-weight: 700;
56
  margin-bottom: 12px;
57
  margin-left: 4px;
58
- }
59
- .heatmap-label img {
60
- height: 2.1rem;
61
- border-radius: 50%;
62
- background: #fff;
63
- padding: 2px;
64
- box-shadow: 0 1px 8px #0004;
65
  }
66
  iframe {
67
  width: 100%;
@@ -95,34 +86,22 @@
95
  </h1>
96
 
97
  <div class="heatmap-block">
98
- <div class="heatmap-label">
99
- <img src="https://avatars.githubusercontent.com/u/10368210?v=4" alt="Kadir Nar Avatar">
100
- Kadir Nar
101
- </div>
102
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/kadirnar"></iframe>
103
  </div>
104
 
105
  <div class="heatmap-block">
106
- <div class="heatmap-label">
107
- <img src="https://huggingface.co/spaces/OpenSpeechHub/Activity/raw/main/logo.png" alt="OpenSpeechHub Logo">
108
- OpenSpeechHub
109
- </div>
110
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/OpenSpeechHub"></iframe>
111
  </div>
112
 
113
  <div class="heatmap-block">
114
- <div class="heatmap-label">
115
- <img src="https://huggingface.co/spaces/Closed-TTS/Activity/raw/main/logo.png" alt="Closed-TTS Logo">
116
- Closed-TTS
117
- </div>
118
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Closed-TTS"></iframe>
119
  </div>
120
 
121
  <div class="heatmap-block">
122
- <div class="heatmap-label">
123
- <img src="https://huggingface.co/spaces/Vyvo/Activity/raw/main/logo.png" alt="Vyvo Logo">
124
- Vyvo
125
- </div>
126
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Vyvo"></iframe>
127
  </div>
128
  </div>
 
48
  border: 1.5px solid #222;
49
  }
50
  .heatmap-label {
 
 
 
51
  font-size: 1.25rem;
52
  font-weight: 700;
53
  margin-bottom: 12px;
54
  margin-left: 4px;
55
+ letter-spacing: 0.5px;
 
 
 
 
 
 
56
  }
57
  iframe {
58
  width: 100%;
 
86
  </h1>
87
 
88
  <div class="heatmap-block">
89
+ <div class="heatmap-label">Kadir Nar</div>
 
 
 
90
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/kadirnar"></iframe>
91
  </div>
92
 
93
  <div class="heatmap-block">
94
+ <div class="heatmap-label">OpenSpeechHub</div>
 
 
 
95
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/OpenSpeechHub"></iframe>
96
  </div>
97
 
98
  <div class="heatmap-block">
99
+ <div class="heatmap-label">Closed-TTS</div>
 
 
 
100
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Closed-TTS"></iframe>
101
  </div>
102
 
103
  <div class="heatmap-block">
104
+ <div class="heatmap-label">Vyvo</div>
 
 
 
105
  <iframe src="https://cfahlgren1-model-release-heatmap.hf.space/Vyvo"></iframe>
106
  </div>
107
  </div>