radames commited on
Commit
17b6909
1 Parent(s): 17b75b3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -56,9 +56,9 @@
56
  <div class="col-span-2 md:col-span-3 lg:col-span-4 flex items-center gap-2">
57
  <h1 class="mr-auto text-lg font-semibold">Diffusers Models Gallery</h1>
58
  <button class="bg-black shadow-lg px-4 py-1 rounded-full text-white">All</button>
59
- <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">Anime</button>
60
  <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">3D</button>
61
- <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">Realistic</button>
62
  </div>
63
  <template x-for="model in models" :key="model.id">
64
  <template x-if="model.images.length > 0">
 
56
  <div class="col-span-2 md:col-span-3 lg:col-span-4 flex items-center gap-2">
57
  <h1 class="mr-auto text-lg font-semibold">Diffusers Models Gallery</h1>
58
  <button class="bg-black shadow-lg px-4 py-1 rounded-full text-white">All</button>
59
+ <!-- <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">Anime</button>
60
  <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">3D</button>
61
+ <button class="text-gray-600 px-4 py-1 rounded-full hover:bg-gray-200 hover:text-gray-800">Realistic</button> -->
62
  </div>
63
  <template x-for="model in models" :key="model.id">
64
  <template x-if="model.images.length > 0">