github-actions[bot] commited on
Commit ·
73bbdbe
1
Parent(s): 9722770
Auto-deploy from GitHub: 95f6771d2e6027331ec3447ad31438356afdf2b1
Browse files- .gitattributes +1 -1
- index.html +10 -1
.gitattributes
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 1 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
index.html
CHANGED
|
@@ -236,7 +236,7 @@
|
|
| 236 |
font-family: 'Fredoka', sans-serif !important;
|
| 237 |
font-size: 1.5rem !important;
|
| 238 |
font-weight: 600 !important;
|
| 239 |
-
color: #
|
| 240 |
white-space: pre-wrap !important;
|
| 241 |
word-break: break-all !important;
|
| 242 |
line-height: 1.6 !important;
|
|
@@ -649,6 +649,15 @@
|
|
| 649 |
<p class="text-label-sm text-[#6b7280] font-bold">Recent speech generations</p>
|
| 650 |
</div>
|
| 651 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 652 |
<button onclick="loadTasks()"
|
| 653 |
class="flex items-center gap-2 text-headline-md text-crayon-blue px-8 py-3 bg-surface crayon-button border-[4px] -rotate-1 shadow-md">
|
| 654 |
<span class="material-symbols-outlined text-3xl spin-on-hover">sync</span>
|
|
|
|
| 236 |
font-family: 'Fredoka', sans-serif !important;
|
| 237 |
font-size: 1.5rem !important;
|
| 238 |
font-weight: 600 !important;
|
| 239 |
+
color: #fff !important;
|
| 240 |
white-space: pre-wrap !important;
|
| 241 |
word-break: break-all !important;
|
| 242 |
line-height: 1.6 !important;
|
|
|
|
| 649 |
<p class="text-label-sm text-[#6b7280] font-bold">Recent speech generations</p>
|
| 650 |
</div>
|
| 651 |
</div>
|
| 652 |
+
<div class="relative w-40 h-20 flex items-center">
|
| 653 |
+
<svg class="absolute left-[-30px] top-4 w-32 h-16 crayon-filter text-crayon-yellow" fill="none"
|
| 654 |
+
stroke="currentColor" stroke-dasharray="6 6" stroke-linecap="round" stroke-width="3"
|
| 655 |
+
viewBox="0 0 100 50">
|
| 656 |
+
<path d="M10,40 Q40,50 60,30 T90,10" />
|
| 657 |
+
</svg>
|
| 658 |
+
<span
|
| 659 |
+
class="material-symbols-outlined text-5xl text-crayon-orange absolute right-0 top-0 rotate-12">send</span>
|
| 660 |
+
</div>
|
| 661 |
<button onclick="loadTasks()"
|
| 662 |
class="flex items-center gap-2 text-headline-md text-crayon-blue px-8 py-3 bg-surface crayon-button border-[4px] -rotate-1 shadow-md">
|
| 663 |
<span class="material-symbols-outlined text-3xl spin-on-hover">sync</span>
|