openfree commited on
Commit
9a8191f
·
verified ·
1 Parent(s): a9adf6d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +82 -80
index.html CHANGED
@@ -15,14 +15,14 @@
15
 
16
  .timeline-container {
17
  width: 100%;
18
- /* 가로 스크롤 대신 그리드 배치를 위해 overflow 제거 또는 hidden */
19
  overflow-x: hidden;
20
  overflow-y: hidden;
21
  padding: 20px;
22
  box-sizing: border-box;
23
  }
24
 
25
- /* Flex -> Grid로 변경. repeat(4,1fr)로 4칸 그리드 */
26
  .timeline {
27
  display: grid;
28
  grid-template-columns: repeat(4, 1fr);
@@ -38,16 +38,21 @@
38
  transition: all 0.3s ease;
39
  }
40
 
41
- /* BEST 태그가 있는 카드 스타일 */
42
  .event:has(.tag.best) {
43
- background-color: #fff8e1;
44
  border-left: 4px solid #ffd700;
45
  }
46
- /* NEW 태그가 있는 카드 스타일 */
47
  .event:has(.tag.new) {
48
- background-color: #fce4ec;
49
  border-left: 4px solid #ff4081;
50
  }
 
 
 
 
 
51
 
52
  .event:hover {
53
  transform: translateY(-5px);
@@ -78,11 +83,15 @@
78
  background-color: #FFD700;
79
  color: black;
80
  }
81
-
82
  .tag.new {
83
  background-color: #FF4081;
84
  color: white;
85
  }
 
 
 
 
 
86
 
87
  .tag.text { background-color: #9c27b0; color: white; }
88
  .tag.audio { background-color: #ff9800; color: white; }
@@ -100,7 +109,6 @@
100
  color: #4caf50;
101
  text-decoration: none;
102
  }
103
-
104
  .event p a:hover {
105
  text-decoration: underline;
106
  }
@@ -112,32 +120,14 @@
112
  color: white;
113
  font-size: 14px;
114
  }
115
-
116
  .github-link a {
117
  color: white;
118
  text-decoration: none;
119
  }
120
-
121
  .github-link a:hover {
122
  text-decoration: underline;
123
  }
124
 
125
- /* 스크롤바 스타일은 사용하지 않으므로 주석처리하거나 그대로 둠
126
- .timeline-container::-webkit-scrollbar {
127
- height: 8px;
128
- }
129
- .timeline-container::-webkit-scrollbar-track {
130
- background: #f1f1f1;
131
- }
132
- .timeline-container::-webkit-scrollbar-thumb {
133
- background: #888;
134
- border-radius: 4px;
135
- }
136
- .timeline-container::-webkit-scrollbar-thumb:hover {
137
- background: #555;
138
- }
139
- */
140
-
141
  .filter-group {
142
  display: flex;
143
  flex-direction: column;
@@ -168,7 +158,6 @@
168
  min-width: 80px;
169
  text-align: center;
170
  }
171
-
172
  .toggle-button.active {
173
  background-color: #2196f3;
174
  border-color: #2196f3;
@@ -186,6 +175,7 @@
186
 
187
  .toggle-button[data-filter="best"] { background-color: #FFD700; color: black; }
188
  .toggle-button[data-filter="new"] { background-color: #FF4081; color: white; }
 
189
  .toggle-button[data-filter="text"] { background-color: #9c27b0; color: white; }
190
  .toggle-button[data-filter="audio"] { background-color: #ff9800; color: white; }
191
  .toggle-button[data-filter="vision"] { background-color: #03a9f4; color: white; }
@@ -232,9 +222,11 @@
232
 
233
  <div class="filter-group">
234
  <div class="toggle-container">
 
235
  <button class="toggle-button active" data-filter="all">All Models</button>
236
  <button class="toggle-button" data-filter="best">BEST</button>
237
  <button class="toggle-button" data-filter="new">NEW</button>
 
238
  </div>
239
  <div class="category-group">
240
  <button class="toggle-button" data-filter="text">Text</button>
@@ -251,6 +243,7 @@
251
  </div>
252
 
253
  <div class="counter-container">
 
254
  <span class="counter-item">
255
  <span id="best-count">0</span> BEST
256
  </span>
@@ -258,9 +251,14 @@
258
  <span class="counter-item">
259
  <span id="new-count">0</span> NEW
260
  </span>
 
 
 
 
261
  </div>
262
 
263
  <h2 class="section-title">Latest Models</h2>
 
264
 
265
  <div class="timeline-container">
266
  <div class="timeline">
@@ -278,7 +276,7 @@
278
  <h4>openfree/korea-president-yoon</h4>
279
  <p>Link (<a href="https://huggingface.co/spaces/openfree/korea-president-yoon" target="_blank">link</a>).</p>
280
  <span class="tag text">Text</span>
281
- <span class="tag new">NEW</span>
282
  </div>
283
 
284
  <!-- 3) VIDraft/PaperImpact -->
@@ -294,7 +292,7 @@
294
  <h4>openfree/CryptoVision</h4>
295
  <p>Link (<a href="https://huggingface.co/spaces/openfree/CryptoVision" target="_blank">link</a>).</p>
296
  <span class="tag predict">Predict</span>
297
- <span class="tag new">NEW</span>
298
  </div>
299
 
300
  <!-- 5) gunship999/Gunship-3D-FPS -->
@@ -310,7 +308,7 @@
310
  <h4>fantos/VoiceClone</h4>
311
  <p>Link (<a href="https://huggingface.co/spaces/fantos/VoiceClone" target="_blank">link</a>).</p>
312
  <span class="tag audio">Audio</span>
313
- <span class="tag new">NEW</span>
314
  </div>
315
 
316
  <!-- 7) VIDraft/ChemGenesis -->
@@ -326,7 +324,7 @@
326
  <h4>seawolf2357/ocrlatex</h4>
327
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/ocrlatex" target="_blank">link</a>).</p>
328
  <span class="tag text">Text</span>
329
- <span class="tag new">NEW</span>
330
  </div>
331
 
332
  <!-- 9) seawolf2357/img2vid -->
@@ -350,7 +348,7 @@
350
  <h4>openfree/badassgi</h4>
351
  <p>Link (<a href="https://huggingface.co/spaces/openfree/badassgi" target="_blank">link</a>).</p>
352
  <span class="tag text">Text</span>
353
- <span class="tag new">NEW</span>
354
  </div>
355
 
356
  <!-- 12) openfree/tarotcard -->
@@ -358,7 +356,7 @@
358
  <h4>openfree/tarotcard</h4>
359
  <p>Link (<a href="https://huggingface.co/spaces/openfree/tarotcard" target="_blank">link</a>).</p>
360
  <span class="tag predict">Predict</span>
361
- <span class="tag new">NEW</span>
362
  </div>
363
 
364
  <!-- 13) openfree/drqxab -->
@@ -374,7 +372,7 @@
374
  <h4>aiqcamp/Polaroid</h4>
375
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Polaroid" target="_blank">link</a>).</p>
376
  <span class="tag image">Image</span>
377
- <span class="tag new">NEW</span>
378
  </div>
379
 
380
  <!-- 15) ginigen/cartoon -->
@@ -382,7 +380,7 @@
382
  <h4>ginigen/cartoon</h4>
383
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/cartoon" target="_blank">link</a>).</p>
384
  <span class="tag image">Image</span>
385
- <span class="tag new">NEW</span>
386
  </div>
387
 
388
  <!-- 16) ginigen/Book-Cover -->
@@ -390,7 +388,7 @@
390
  <h4>ginigen/Book-Cover</h4>
391
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Book-Cover" target="_blank">link</a>).</p>
392
  <span class="tag image">Image</span>
393
- <span class="tag new">NEW</span>
394
  </div>
395
 
396
  <!-- 17) aiqcamp/fash -->
@@ -398,7 +396,7 @@
398
  <h4>aiqcamp/fash</h4>
399
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
400
  <span class="tag image">Image</span>
401
- <span class="tag new">NEW</span>
402
  </div>
403
 
404
  <!-- 18) gunship999/Korea-Daily-News -->
@@ -406,7 +404,7 @@
406
  <h4>gunship999/Korea-Daily-News</h4>
407
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
408
  <span class="tag text">Text</span>
409
- <span class="tag new">NEW</span>
410
  </div>
411
 
412
  <!-- 19) kolaslab/Quantum -->
@@ -422,7 +420,7 @@
422
  <h4>openfree/webtoon</h4>
423
  <p>Link (<a href="https://huggingface.co/spaces/openfree/webtoon" target="_blank">link</a>).</p>
424
  <span class="tag image">Image</span>
425
- <span class="tag new">NEW</span>
426
  </div>
427
 
428
  <!-- 21) immunobiotech/ChicagoGallery -->
@@ -430,7 +428,7 @@
430
  <h4>immunobiotech/ChicagoGallery</h4>
431
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
432
  <span class="tag image">Image</span>
433
- <span class="tag new">NEW</span>
434
  </div>
435
 
436
  <!-- 22) immunobiotech/MetropolitanMuseum -->
@@ -438,7 +436,7 @@
438
  <h4>immunobiotech/MetropolitanMuseum</h4>
439
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
440
  <span class="tag image">Image</span>
441
- <span class="tag new">NEW</span>
442
  </div>
443
 
444
  <!-- 23) immunobiotech/opensky -->
@@ -446,7 +444,7 @@
446
  <h4>immunobiotech/opensky</h4>
447
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/opensky" target="_blank">link</a>).</p>
448
  <span class="tag image">Image</span>
449
- <span class="tag new">NEW</span>
450
  </div>
451
 
452
  <!-- 24) kolaslab/Audio-Visualizer -->
@@ -486,7 +484,7 @@
486
  <h4>openfree/2025saju</h4>
487
  <p>Link (<a href="https://huggingface.co/spaces/openfree/2025saju" target="_blank">link</a>).</p>
488
  <span class="tag predict">Predict</span>
489
- <span class="tag new">NEW</span>
490
  </div>
491
 
492
  <!-- 29) ginigen/Dokdo-membership -->
@@ -518,7 +516,7 @@
518
  <h4>aiqtech/FLUX-military</h4>
519
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-military" target="_blank">link</a>).</p>
520
  <span class="tag image">Image</span>
521
- <span class="tag new">NEW</span>
522
  </div>
523
 
524
  <!-- 33) fantaxy/Rolls-Royce -->
@@ -526,7 +524,7 @@
526
  <h4>fantaxy/Rolls-Royce</h4>
527
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Rolls-Royce" target="_blank">link</a>).</p>
528
  <span class="tag image">Image</span>
529
- <span class="tag new">NEW</span>
530
  </div>
531
 
532
  <!-- 34) seawolf2357/flux-korea-hanbok-lora -->
@@ -534,7 +532,7 @@
534
  <h4>seawolf2357/flux-korea-hanbok-lora</h4>
535
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-hanbok-lora" target="_blank">link</a>).</p>
536
  <span class="tag image">Image</span>
537
- <span class="tag new">NEW</span>
538
  </div>
539
 
540
  <!-- 35) seawolf2357/flux-korea-palace-lora -->
@@ -542,7 +540,7 @@
542
  <h4>seawolf2357/flux-korea-palace-lora</h4>
543
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-palace-lora" target="_blank">link</a>).</p>
544
  <span class="tag image">Image</span>
545
- <span class="tag new">NEW</span>
546
  </div>
547
 
548
  <!-- 36) aiqcamp/flux-cat-lora -->
@@ -550,7 +548,7 @@
550
  <h4>aiqcamp/flux-cat-lora</h4>
551
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/flux-cat-lora" target="_blank">link</a>).</p>
552
  <span class="tag image">Image</span>
553
- <span class="tag new">NEW</span>
554
  </div>
555
 
556
  <!-- 37) gunship999/SexyImages -->
@@ -558,7 +556,7 @@
558
  <h4>gunship999/SexyImages</h4>
559
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SexyImages" target="_blank">link</a>).</p>
560
  <span class="tag image">Image</span>
561
- <span class="tag new">NEW</span>
562
  </div>
563
 
564
  <!-- 38) aiqtech/flux-claude-monet-lora -->
@@ -566,7 +564,7 @@
566
  <h4>aiqtech/flux-claude-monet-lora</h4>
567
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flux-claude-monet-lora" target="_blank">link</a>).</p>
568
  <span class="tag image">Image</span>
569
- <span class="tag new">NEW</span>
570
  </div>
571
 
572
  <!-- 39) ginigen/CANVAS-o3 -->
@@ -606,7 +604,7 @@
606
  <h4>openfree/ultpixgen</h4>
607
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ultpixgen" target="_blank">link</a>).</p>
608
  <span class="tag image">Image</span>
609
- <span class="tag new">NEW</span>
610
  </div>
611
 
612
  <!-- 44) kolaslab/VISION-NIGHT -->
@@ -630,7 +628,7 @@
630
  <h4>seawolf2357/REALVISXL-V5</h4>
631
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/REALVISXL-V5" target="_blank">link</a>).</p>
632
  <span class="tag vision">Vision</span>
633
- <span class="tag new">NEW</span>
634
  </div>
635
 
636
  <!-- 47) ginipick/Dokdo-multimodal -->
@@ -646,7 +644,7 @@
646
  <h4>ginigen/theater</h4>
647
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">link</a>).</p>
648
  <span class="tag video">Video</span>
649
- <span class="tag new">NEW</span>
650
  </div>
651
 
652
  <!-- 49) VIDraft/stock -->
@@ -654,7 +652,7 @@
654
  <h4>VIDraft/stock</h4>
655
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/stock" target="_blank">link</a>).</p>
656
  <span class="tag predict">Predict</span>
657
- <span class="tag new">NEW</span>
658
  </div>
659
 
660
  <!-- 50) fantos/flxcontrol -->
@@ -670,7 +668,7 @@
670
  <h4>fantos/textcutobject</h4>
671
  <p>Link (<a href="https://huggingface.co/spaces/fantos/textcutobject" target="_blank">link</a>).</p>
672
  <span class="tag image">Image</span>
673
- <span class="tag new">NEW</span>
674
  </div>
675
 
676
  <!-- 52) ginipick/FLUX-Prompt-Generator -->
@@ -686,7 +684,7 @@
686
  <h4>fantaxy/flxloraexp</h4>
687
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flxloraexp" target="_blank">link</a>).</p>
688
  <span class="tag image">Image</span>
689
- <span class="tag new">NEW</span>
690
  </div>
691
 
692
  <!-- 54) fantos/flxloraexp -->
@@ -718,7 +716,7 @@
718
  <h4>ginipick/FLUX-Prompt-Generator</h4>
719
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
720
  <span class="tag text">Text</span>
721
- <span class="tag new">NEW</span>
722
  </div>
723
 
724
  <!-- 58) ginigen/Dokdo -->
@@ -734,7 +732,7 @@
734
  <h4>aiqcamp/imagemagic</h4>
735
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/imagemagic" target="_blank">link</a>).</p>
736
  <span class="tag image">Image</span>
737
- <span class="tag new">NEW</span>
738
  </div>
739
 
740
  <!-- 60) openfree/ColorRevive -->
@@ -742,7 +740,7 @@
742
  <h4>openfree/ColorRevive</h4>
743
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ColorRevive" target="_blank">link</a>).</p>
744
  <span class="tag image">Image</span>
745
- <span class="tag new">NEW</span>
746
  </div>
747
 
748
  <!-- 61) VIDraft/RAGOndevice -->
@@ -782,7 +780,7 @@
782
  <h4>aiqcamp/AudioLlama</h4>
783
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/AudioLlama" target="_blank">link</a>).</p>
784
  <span class="tag audio">Audio</span>
785
- <span class="tag new">NEW</span>
786
  </div>
787
 
788
  <!-- 66) ginigen/FLUXllama-Multilingual -->
@@ -830,7 +828,7 @@
830
  <h4>fantaxy/FLUX-Animations</h4>
831
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/FLUX-Animations" target="_blank">link</a>).</p>
832
  <span class="tag video">Video</span>
833
- <span class="tag new">NEW</span>
834
  </div>
835
 
836
  <!-- 72) fantaxy/Remove-Video-Background -->
@@ -846,7 +844,7 @@
846
  <h4>fantaxy/ofai-flx-logo</h4>
847
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
848
  <span class="tag image">Image</span>
849
- <span class="tag new">NEW</span>
850
  </div>
851
 
852
  <!-- 74) fantaxy/flx-pulid -->
@@ -854,7 +852,7 @@
854
  <h4>fantaxy/flx-pulid</h4>
855
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-pulid" target="_blank">link</a>).</p>
856
  <span class="tag image">Image</span>
857
- <span class="tag new">NEW</span>
858
  </div>
859
 
860
  <!-- 75) fantaxy/flx-upscale -->
@@ -862,7 +860,7 @@
862
  <h4>fantaxy/flx-upscale</h4>
863
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
864
  <span class="tag image">Image</span>
865
- <span class="tag new">NEW</span>
866
  </div>
867
 
868
  <!-- 76) aiqcamp/Fashion-FLUX -->
@@ -886,7 +884,7 @@
886
  <h4>openfree/StoryStar</h4>
887
  <p>Link (<a href="https://huggingface.co/spaces/openfree/StoryStar" target="_blank">link</a>).</p>
888
  <span class="tag text">Text</span>
889
- <span class="tag new">NEW</span>
890
  </div>
891
 
892
  <!-- 79) fantos/x-mas -->
@@ -926,7 +924,7 @@
926
  <h4>fantaxy/Sound-AI-SFX</h4>
927
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Sound-AI-SFX" target="_blank">link</a>).</p>
928
  <span class="tag audio">Audio</span>
929
- <span class="tag new">NEW</span>
930
  </div>
931
 
932
  <!-- 84) fantos/flx8lora -->
@@ -934,7 +932,7 @@
934
  <h4>fantos/flx8lora</h4>
935
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flx8lora" target="_blank">link</a>).</p>
936
  <span class="tag image">Image</span>
937
- <span class="tag new">NEW</span>
938
  </div>
939
 
940
  <!-- 85) ginigen/Canvas -->
@@ -950,7 +948,7 @@
950
  <h4>fantaxy/erotica</h4>
951
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/erotica" target="_blank">link</a>).</p>
952
  <span class="tag image">Image</span>
953
- <span class="tag new">NEW</span>
954
  </div>
955
 
956
  <!-- 87) ginipick/time-machine -->
@@ -958,7 +956,7 @@
958
  <h4>ginipick/time-machine</h4>
959
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/time-machine" target="_blank">link</a>).</p>
960
  <span class="tag predict">Predict</span>
961
- <span class="tag new">NEW</span>
962
  </div>
963
 
964
  <!-- 88) aiqcamp/FLUX-VisionReply -->
@@ -966,7 +964,7 @@
966
  <h4>aiqcamp/FLUX-VisionReply</h4>
967
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
968
  <span class="tag vision">Vision</span>
969
- <span class="tag new">NEW</span>
970
  </div>
971
 
972
  <!-- 89) openfree/Tetris-Game -->
@@ -974,7 +972,7 @@
974
  <h4>openfree/Tetris-Game</h4>
975
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Tetris-Game" target="_blank">link</a>).</p>
976
  <span class="tag game">Game</span>
977
- <span class="tag new">NEW</span>
978
  </div>
979
 
980
  <!-- 90) openfree/everychat -->
@@ -1022,7 +1020,7 @@
1022
  <h4>cutechicken/tankwar</h4>
1023
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/tankwar" target="_blank">link</a>).</p>
1024
  <span class="tag game">Game</span>
1025
- <span class="tag new">NEW</span>
1026
  </div>
1027
 
1028
  <!-- 96) openfree/game-jewel -->
@@ -1030,7 +1028,7 @@
1030
  <h4>openfree/game-jewel</h4>
1031
  <p>Link (<a href="https://huggingface.co/spaces/openfree/game-jewel" target="_blank">link</a>).</p>
1032
  <span class="tag game">Game</span>
1033
- <span class="tag new">NEW</span>
1034
  </div>
1035
 
1036
  <!-- 97) VIDraft/mouse-chat -->
@@ -1190,7 +1188,7 @@
1190
  <h4>aiqtech/kofaceid</h4>
1191
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/kofaceid" target="_blank">link</a>).</p>
1192
  <span class="tag vision">Vision</span>
1193
- <span class="tag new">NEW</span>
1194
  </div>
1195
 
1196
  <!-- 117) fantaxy/fastvideogen -->
@@ -1198,7 +1196,7 @@
1198
  <h4>fantaxy/fastvideogen</h4>
1199
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/fastvideogen" target="_blank">link</a>).</p>
1200
  <span class="tag video">Video</span>
1201
- <span class="tag new">NEW</span>
1202
  </div>
1203
 
1204
  <!-- 118) fantos/cogvidx -->
@@ -1214,7 +1212,7 @@
1214
  <h4>fantos/flxfashmodel</h4>
1215
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxfashmodel" target="_blank">link</a>).</p>
1216
  <span class="tag image">Image</span>
1217
- <span class="tag new">NEW</span>
1218
  </div>
1219
 
1220
  <!-- 120) fantos/kolcontrl -->
@@ -1246,7 +1244,7 @@
1246
  <h4>aiqtech/FLUX-Ghibli-Studio-LoRA</h4>
1247
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA" target="_blank">link</a>).</p>
1248
  <span class="tag image">Image</span>
1249
- <span class="tag new">NEW</span>
1250
  </div>
1251
 
1252
  <!-- 124) aiqtech/flxgif -->
@@ -1254,7 +1252,7 @@
1254
  <h4>aiqtech/flxgif</h4>
1255
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flxgif" target="_blank">link</a>).</p>
1256
  <span class="tag video">Video</span>
1257
- <span class="tag new">NEW</span>
1258
  </div>
1259
 
1260
  <!-- 125) aiqtech/imaginpaint -->
@@ -1262,18 +1260,22 @@
1262
  <h4>aiqtech/imaginpaint</h4>
1263
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/imaginpaint" target="_blank">link</a>).</p>
1264
  <span class="tag image">Image</span>
1265
- <span class="tag new">NEW</span>
1266
  </div>
1267
 
1268
  </div>
1269
  </div>
1270
 
 
1271
  <script>
1272
  function updateCounts() {
1273
  const bestCount = document.querySelectorAll('.tag.best').length;
1274
  const newCount = document.querySelectorAll('.tag.new').length;
 
 
1275
  document.getElementById('best-count').textContent = bestCount;
1276
  document.getElementById('new-count').textContent = newCount;
 
1277
  }
1278
 
1279
  let currentFilters = {
@@ -1314,4 +1316,4 @@
1314
  });
1315
  </script>
1316
  </body>
1317
- </html>
 
15
 
16
  .timeline-container {
17
  width: 100%;
18
+ /* 그리드 배치를 위해 가로 스크롤 제거 */
19
  overflow-x: hidden;
20
  overflow-y: hidden;
21
  padding: 20px;
22
  box-sizing: border-box;
23
  }
24
 
25
+ /* 4 그리드 */
26
  .timeline {
27
  display: grid;
28
  grid-template-columns: repeat(4, 1fr);
 
38
  transition: all 0.3s ease;
39
  }
40
 
41
+ /* BEST 카드 스타일 */
42
  .event:has(.tag.best) {
43
+ background-color: #fff8e1; /* 연한 노란색 */
44
  border-left: 4px solid #ffd700;
45
  }
46
+ /* NEW 카드 스타일 */
47
  .event:has(.tag.new) {
48
+ background-color: #fce4ec; /* 연한 핑크 */
49
  border-left: 4px solid #ff4081;
50
  }
51
+ /* POPULAR 카드 스타일 */
52
+ .event:has(.tag.popular) {
53
+ background-color: #fff3e0; /* 연한 주황 */
54
+ border-left: 4px solid #ffa500;
55
+ }
56
 
57
  .event:hover {
58
  transform: translateY(-5px);
 
83
  background-color: #FFD700;
84
  color: black;
85
  }
 
86
  .tag.new {
87
  background-color: #FF4081;
88
  color: white;
89
  }
90
+ /* POPULAR 태그 스타일 */
91
+ .tag.popular {
92
+ background-color: #ffa500;
93
+ color: black;
94
+ }
95
 
96
  .tag.text { background-color: #9c27b0; color: white; }
97
  .tag.audio { background-color: #ff9800; color: white; }
 
109
  color: #4caf50;
110
  text-decoration: none;
111
  }
 
112
  .event p a:hover {
113
  text-decoration: underline;
114
  }
 
120
  color: white;
121
  font-size: 14px;
122
  }
 
123
  .github-link a {
124
  color: white;
125
  text-decoration: none;
126
  }
 
127
  .github-link a:hover {
128
  text-decoration: underline;
129
  }
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  .filter-group {
132
  display: flex;
133
  flex-direction: column;
 
158
  min-width: 80px;
159
  text-align: center;
160
  }
 
161
  .toggle-button.active {
162
  background-color: #2196f3;
163
  border-color: #2196f3;
 
175
 
176
  .toggle-button[data-filter="best"] { background-color: #FFD700; color: black; }
177
  .toggle-button[data-filter="new"] { background-color: #FF4081; color: white; }
178
+ .toggle-button[data-filter="popular"] { background-color: #ffa500; color: black; }
179
  .toggle-button[data-filter="text"] { background-color: #9c27b0; color: white; }
180
  .toggle-button[data-filter="audio"] { background-color: #ff9800; color: white; }
181
  .toggle-button[data-filter="vision"] { background-color: #03a9f4; color: white; }
 
222
 
223
  <div class="filter-group">
224
  <div class="toggle-container">
225
+ <!-- 원래 있던 BEST, NEW에 POPULAR 추가 -->
226
  <button class="toggle-button active" data-filter="all">All Models</button>
227
  <button class="toggle-button" data-filter="best">BEST</button>
228
  <button class="toggle-button" data-filter="new">NEW</button>
229
+ <button class="toggle-button" data-filter="popular">POPULAR</button>
230
  </div>
231
  <div class="category-group">
232
  <button class="toggle-button" data-filter="text">Text</button>
 
243
  </div>
244
 
245
  <div class="counter-container">
246
+ <!-- POPULAR 카운터 추가 -->
247
  <span class="counter-item">
248
  <span id="best-count">0</span> BEST
249
  </span>
 
251
  <span class="counter-item">
252
  <span id="new-count">0</span> NEW
253
  </span>
254
+ <span class="counter-divider">·</span>
255
+ <span class="counter-item">
256
+ <span id="popular-count">0</span> POPULAR
257
+ </span>
258
  </div>
259
 
260
  <h2 class="section-title">Latest Models</h2>
261
+
262
 
263
  <div class="timeline-container">
264
  <div class="timeline">
 
276
  <h4>openfree/korea-president-yoon</h4>
277
  <p>Link (<a href="https://huggingface.co/spaces/openfree/korea-president-yoon" target="_blank">link</a>).</p>
278
  <span class="tag text">Text</span>
279
+ <span class="tag best">POPULAR</span>
280
  </div>
281
 
282
  <!-- 3) VIDraft/PaperImpact -->
 
292
  <h4>openfree/CryptoVision</h4>
293
  <p>Link (<a href="https://huggingface.co/spaces/openfree/CryptoVision" target="_blank">link</a>).</p>
294
  <span class="tag predict">Predict</span>
295
+ <span class="tag best">POPULAR</span>
296
  </div>
297
 
298
  <!-- 5) gunship999/Gunship-3D-FPS -->
 
308
  <h4>fantos/VoiceClone</h4>
309
  <p>Link (<a href="https://huggingface.co/spaces/fantos/VoiceClone" target="_blank">link</a>).</p>
310
  <span class="tag audio">Audio</span>
311
+ <span class="tag best">POPULAR</span>
312
  </div>
313
 
314
  <!-- 7) VIDraft/ChemGenesis -->
 
324
  <h4>seawolf2357/ocrlatex</h4>
325
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/ocrlatex" target="_blank">link</a>).</p>
326
  <span class="tag text">Text</span>
327
+ <span class="tag best">POPULAR</span>
328
  </div>
329
 
330
  <!-- 9) seawolf2357/img2vid -->
 
348
  <h4>openfree/badassgi</h4>
349
  <p>Link (<a href="https://huggingface.co/spaces/openfree/badassgi" target="_blank">link</a>).</p>
350
  <span class="tag text">Text</span>
351
+ <span class="tag best">POPULAR</span>
352
  </div>
353
 
354
  <!-- 12) openfree/tarotcard -->
 
356
  <h4>openfree/tarotcard</h4>
357
  <p>Link (<a href="https://huggingface.co/spaces/openfree/tarotcard" target="_blank">link</a>).</p>
358
  <span class="tag predict">Predict</span>
359
+ <span class="tag best">POPULAR</span>
360
  </div>
361
 
362
  <!-- 13) openfree/drqxab -->
 
372
  <h4>aiqcamp/Polaroid</h4>
373
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/Polaroid" target="_blank">link</a>).</p>
374
  <span class="tag image">Image</span>
375
+ <span class="tag best">POPULAR</span>
376
  </div>
377
 
378
  <!-- 15) ginigen/cartoon -->
 
380
  <h4>ginigen/cartoon</h4>
381
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/cartoon" target="_blank">link</a>).</p>
382
  <span class="tag image">Image</span>
383
+ <span class="tag best">POPULAR</span>
384
  </div>
385
 
386
  <!-- 16) ginigen/Book-Cover -->
 
388
  <h4>ginigen/Book-Cover</h4>
389
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/Book-Cover" target="_blank">link</a>).</p>
390
  <span class="tag image">Image</span>
391
+ <span class="tag best">POPULAR</span>
392
  </div>
393
 
394
  <!-- 17) aiqcamp/fash -->
 
396
  <h4>aiqcamp/fash</h4>
397
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
398
  <span class="tag image">Image</span>
399
+ <span class="tag best">POPULAR</span>
400
  </div>
401
 
402
  <!-- 18) gunship999/Korea-Daily-News -->
 
404
  <h4>gunship999/Korea-Daily-News</h4>
405
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
406
  <span class="tag text">Text</span>
407
+ <span class="tag best">POPULAR</span>
408
  </div>
409
 
410
  <!-- 19) kolaslab/Quantum -->
 
420
  <h4>openfree/webtoon</h4>
421
  <p>Link (<a href="https://huggingface.co/spaces/openfree/webtoon" target="_blank">link</a>).</p>
422
  <span class="tag image">Image</span>
423
+ <span class="tag best">POPULAR</span>
424
  </div>
425
 
426
  <!-- 21) immunobiotech/ChicagoGallery -->
 
428
  <h4>immunobiotech/ChicagoGallery</h4>
429
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
430
  <span class="tag image">Image</span>
431
+ <span class="tag best">POPULAR</span>
432
  </div>
433
 
434
  <!-- 22) immunobiotech/MetropolitanMuseum -->
 
436
  <h4>immunobiotech/MetropolitanMuseum</h4>
437
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
438
  <span class="tag image">Image</span>
439
+ <span class="tag best">POPULAR</span>
440
  </div>
441
 
442
  <!-- 23) immunobiotech/opensky -->
 
444
  <h4>immunobiotech/opensky</h4>
445
  <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/opensky" target="_blank">link</a>).</p>
446
  <span class="tag image">Image</span>
447
+ <span class="tag best">POPULAR</span>
448
  </div>
449
 
450
  <!-- 24) kolaslab/Audio-Visualizer -->
 
484
  <h4>openfree/2025saju</h4>
485
  <p>Link (<a href="https://huggingface.co/spaces/openfree/2025saju" target="_blank">link</a>).</p>
486
  <span class="tag predict">Predict</span>
487
+ <span class="tag best">POPULAR</span>
488
  </div>
489
 
490
  <!-- 29) ginigen/Dokdo-membership -->
 
516
  <h4>aiqtech/FLUX-military</h4>
517
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-military" target="_blank">link</a>).</p>
518
  <span class="tag image">Image</span>
519
+ <span class="tag best">POPULAR</span>
520
  </div>
521
 
522
  <!-- 33) fantaxy/Rolls-Royce -->
 
524
  <h4>fantaxy/Rolls-Royce</h4>
525
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Rolls-Royce" target="_blank">link</a>).</p>
526
  <span class="tag image">Image</span>
527
+ <span class="tag best">POPULAR</span>
528
  </div>
529
 
530
  <!-- 34) seawolf2357/flux-korea-hanbok-lora -->
 
532
  <h4>seawolf2357/flux-korea-hanbok-lora</h4>
533
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-hanbok-lora" target="_blank">link</a>).</p>
534
  <span class="tag image">Image</span>
535
+ <span class="tag best">POPULAR</span>
536
  </div>
537
 
538
  <!-- 35) seawolf2357/flux-korea-palace-lora -->
 
540
  <h4>seawolf2357/flux-korea-palace-lora</h4>
541
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/flux-korea-palace-lora" target="_blank">link</a>).</p>
542
  <span class="tag image">Image</span>
543
+ <span class="tag best">POPULAR</span>
544
  </div>
545
 
546
  <!-- 36) aiqcamp/flux-cat-lora -->
 
548
  <h4>aiqcamp/flux-cat-lora</h4>
549
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/flux-cat-lora" target="_blank">link</a>).</p>
550
  <span class="tag image">Image</span>
551
+ <span class="tag best">POPULAR</span>
552
  </div>
553
 
554
  <!-- 37) gunship999/SexyImages -->
 
556
  <h4>gunship999/SexyImages</h4>
557
  <p>Link (<a href="https://huggingface.co/spaces/gunship999/SexyImages" target="_blank">link</a>).</p>
558
  <span class="tag image">Image</span>
559
+ <span class="tag best">POPULAR</span>
560
  </div>
561
 
562
  <!-- 38) aiqtech/flux-claude-monet-lora -->
 
564
  <h4>aiqtech/flux-claude-monet-lora</h4>
565
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flux-claude-monet-lora" target="_blank">link</a>).</p>
566
  <span class="tag image">Image</span>
567
+ <span class="tag best">POPULAR</span>
568
  </div>
569
 
570
  <!-- 39) ginigen/CANVAS-o3 -->
 
604
  <h4>openfree/ultpixgen</h4>
605
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ultpixgen" target="_blank">link</a>).</p>
606
  <span class="tag image">Image</span>
607
+ <span class="tag best">POPULAR</span>
608
  </div>
609
 
610
  <!-- 44) kolaslab/VISION-NIGHT -->
 
628
  <h4>seawolf2357/REALVISXL-V5</h4>
629
  <p>Link (<a href="https://huggingface.co/spaces/seawolf2357/REALVISXL-V5" target="_blank">link</a>).</p>
630
  <span class="tag vision">Vision</span>
631
+ <span class="tag best">POPULAR</span>
632
  </div>
633
 
634
  <!-- 47) ginipick/Dokdo-multimodal -->
 
644
  <h4>ginigen/theater</h4>
645
  <p>Link (<a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">link</a>).</p>
646
  <span class="tag video">Video</span>
647
+ <span class="tag best">POPULAR</span>
648
  </div>
649
 
650
  <!-- 49) VIDraft/stock -->
 
652
  <h4>VIDraft/stock</h4>
653
  <p>Link (<a href="https://huggingface.co/spaces/VIDraft/stock" target="_blank">link</a>).</p>
654
  <span class="tag predict">Predict</span>
655
+ <span class="tag best">POPULAR</span>
656
  </div>
657
 
658
  <!-- 50) fantos/flxcontrol -->
 
668
  <h4>fantos/textcutobject</h4>
669
  <p>Link (<a href="https://huggingface.co/spaces/fantos/textcutobject" target="_blank">link</a>).</p>
670
  <span class="tag image">Image</span>
671
+ <span class="tag best">POPULAR</span>
672
  </div>
673
 
674
  <!-- 52) ginipick/FLUX-Prompt-Generator -->
 
684
  <h4>fantaxy/flxloraexp</h4>
685
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flxloraexp" target="_blank">link</a>).</p>
686
  <span class="tag image">Image</span>
687
+ <span class="tag best">POPULAR</span>
688
  </div>
689
 
690
  <!-- 54) fantos/flxloraexp -->
 
716
  <h4>ginipick/FLUX-Prompt-Generator</h4>
717
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/FLUX-Prompt-Generator" target="_blank">link</a>).</p>
718
  <span class="tag text">Text</span>
719
+ <span class="tag best">POPULAR</span>
720
  </div>
721
 
722
  <!-- 58) ginigen/Dokdo -->
 
732
  <h4>aiqcamp/imagemagic</h4>
733
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/imagemagic" target="_blank">link</a>).</p>
734
  <span class="tag image">Image</span>
735
+ <span class="tag best">POPULAR</span>
736
  </div>
737
 
738
  <!-- 60) openfree/ColorRevive -->
 
740
  <h4>openfree/ColorRevive</h4>
741
  <p>Link (<a href="https://huggingface.co/spaces/openfree/ColorRevive" target="_blank">link</a>).</p>
742
  <span class="tag image">Image</span>
743
+ <span class="tag best">POPULAR</span>
744
  </div>
745
 
746
  <!-- 61) VIDraft/RAGOndevice -->
 
780
  <h4>aiqcamp/AudioLlama</h4>
781
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/AudioLlama" target="_blank">link</a>).</p>
782
  <span class="tag audio">Audio</span>
783
+ <span class="tag best">POPULAR</span>
784
  </div>
785
 
786
  <!-- 66) ginigen/FLUXllama-Multilingual -->
 
828
  <h4>fantaxy/FLUX-Animations</h4>
829
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/FLUX-Animations" target="_blank">link</a>).</p>
830
  <span class="tag video">Video</span>
831
+ <span class="tag best">POPULAR</span>
832
  </div>
833
 
834
  <!-- 72) fantaxy/Remove-Video-Background -->
 
844
  <h4>fantaxy/ofai-flx-logo</h4>
845
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
846
  <span class="tag image">Image</span>
847
+ <span class="tag best">POPULAR</span>
848
  </div>
849
 
850
  <!-- 74) fantaxy/flx-pulid -->
 
852
  <h4>fantaxy/flx-pulid</h4>
853
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-pulid" target="_blank">link</a>).</p>
854
  <span class="tag image">Image</span>
855
+ <span class="tag best">POPULAR</span>
856
  </div>
857
 
858
  <!-- 75) fantaxy/flx-upscale -->
 
860
  <h4>fantaxy/flx-upscale</h4>
861
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
862
  <span class="tag image">Image</span>
863
+ <span class="tag best">BEST</span>
864
  </div>
865
 
866
  <!-- 76) aiqcamp/Fashion-FLUX -->
 
884
  <h4>openfree/StoryStar</h4>
885
  <p>Link (<a href="https://huggingface.co/spaces/openfree/StoryStar" target="_blank">link</a>).</p>
886
  <span class="tag text">Text</span>
887
+ <span class="tag best">POPULAR</span>
888
  </div>
889
 
890
  <!-- 79) fantos/x-mas -->
 
924
  <h4>fantaxy/Sound-AI-SFX</h4>
925
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/Sound-AI-SFX" target="_blank">link</a>).</p>
926
  <span class="tag audio">Audio</span>
927
+ <span class="tag best">POPULAR</span>
928
  </div>
929
 
930
  <!-- 84) fantos/flx8lora -->
 
932
  <h4>fantos/flx8lora</h4>
933
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flx8lora" target="_blank">link</a>).</p>
934
  <span class="tag image">Image</span>
935
+ <span class="tag best">POPULAR</span>
936
  </div>
937
 
938
  <!-- 85) ginigen/Canvas -->
 
948
  <h4>fantaxy/erotica</h4>
949
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/erotica" target="_blank">link</a>).</p>
950
  <span class="tag image">Image</span>
951
+ <span class="tag best">POPULAR</span>
952
  </div>
953
 
954
  <!-- 87) ginipick/time-machine -->
 
956
  <h4>ginipick/time-machine</h4>
957
  <p>Link (<a href="https://huggingface.co/spaces/ginipick/time-machine" target="_blank">link</a>).</p>
958
  <span class="tag predict">Predict</span>
959
+ <span class="tag best">POPULAR</span>
960
  </div>
961
 
962
  <!-- 88) aiqcamp/FLUX-VisionReply -->
 
964
  <h4>aiqcamp/FLUX-VisionReply</h4>
965
  <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
966
  <span class="tag vision">Vision</span>
967
+ <span class="tag best">POPULAR</span>
968
  </div>
969
 
970
  <!-- 89) openfree/Tetris-Game -->
 
972
  <h4>openfree/Tetris-Game</h4>
973
  <p>Link (<a href="https://huggingface.co/spaces/openfree/Tetris-Game" target="_blank">link</a>).</p>
974
  <span class="tag game">Game</span>
975
+ <span class="tag best">POPULAR</span>
976
  </div>
977
 
978
  <!-- 90) openfree/everychat -->
 
1020
  <h4>cutechicken/tankwar</h4>
1021
  <p>Link (<a href="https://huggingface.co/spaces/cutechicken/tankwar" target="_blank">link</a>).</p>
1022
  <span class="tag game">Game</span>
1023
+ <span class="tag best">POPULAR</span>
1024
  </div>
1025
 
1026
  <!-- 96) openfree/game-jewel -->
 
1028
  <h4>openfree/game-jewel</h4>
1029
  <p>Link (<a href="https://huggingface.co/spaces/openfree/game-jewel" target="_blank">link</a>).</p>
1030
  <span class="tag game">Game</span>
1031
+ <span class="tag best">POPULAR</span>
1032
  </div>
1033
 
1034
  <!-- 97) VIDraft/mouse-chat -->
 
1188
  <h4>aiqtech/kofaceid</h4>
1189
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/kofaceid" target="_blank">link</a>).</p>
1190
  <span class="tag vision">Vision</span>
1191
+ <span class="tag best">POPULAR</span>
1192
  </div>
1193
 
1194
  <!-- 117) fantaxy/fastvideogen -->
 
1196
  <h4>fantaxy/fastvideogen</h4>
1197
  <p>Link (<a href="https://huggingface.co/spaces/fantaxy/fastvideogen" target="_blank">link</a>).</p>
1198
  <span class="tag video">Video</span>
1199
+ <span class="tag best">POPULAR</span>
1200
  </div>
1201
 
1202
  <!-- 118) fantos/cogvidx -->
 
1212
  <h4>fantos/flxfashmodel</h4>
1213
  <p>Link (<a href="https://huggingface.co/spaces/fantos/flxfashmodel" target="_blank">link</a>).</p>
1214
  <span class="tag image">Image</span>
1215
+ <span class="tag best">POPULAR</span>
1216
  </div>
1217
 
1218
  <!-- 120) fantos/kolcontrl -->
 
1244
  <h4>aiqtech/FLUX-Ghibli-Studio-LoRA</h4>
1245
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA" target="_blank">link</a>).</p>
1246
  <span class="tag image">Image</span>
1247
+ <span class="tag best">POPULAR</span>
1248
  </div>
1249
 
1250
  <!-- 124) aiqtech/flxgif -->
 
1252
  <h4>aiqtech/flxgif</h4>
1253
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/flxgif" target="_blank">link</a>).</p>
1254
  <span class="tag video">Video</span>
1255
+ <span class="tag best">POPULAR</span>
1256
  </div>
1257
 
1258
  <!-- 125) aiqtech/imaginpaint -->
 
1260
  <h4>aiqtech/imaginpaint</h4>
1261
  <p>Link (<a href="https://huggingface.co/spaces/aiqtech/imaginpaint" target="_blank">link</a>).</p>
1262
  <span class="tag image">Image</span>
1263
+ <span class="tag best">POPULAR</span>
1264
  </div>
1265
 
1266
  </div>
1267
  </div>
1268
 
1269
+
1270
  <script>
1271
  function updateCounts() {
1272
  const bestCount = document.querySelectorAll('.tag.best').length;
1273
  const newCount = document.querySelectorAll('.tag.new').length;
1274
+ const popularCount = document.querySelectorAll('.tag.popular').length;
1275
+
1276
  document.getElementById('best-count').textContent = bestCount;
1277
  document.getElementById('new-count').textContent = newCount;
1278
+ document.getElementById('popular-count').textContent = popularCount;
1279
  }
1280
 
1281
  let currentFilters = {
 
1316
  });
1317
  </script>
1318
  </body>
1319
+ </html>