Skip to content

Commit a8dc9f4

Browse files
update website banner with 1m MAU announcement (#10952)
* update website banner qith 1m MAU announcement * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]>
1 parent 36da6d0 commit a8dc9f4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/famous-dots-listen.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"website": minor
3+
---
4+
5+
feat:update website banner with 1m MAU announcement

js/_website/src/lib/components/Header.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<div class="flex flex-wrap items-center gap-x-4 gap-y-2 mx-auto">
2626
<p class="text-md leading-6 text-gray-700 text-center mx-auto">
2727
<strong class="font-semibold"
28-
>Introducing FastRTC, a new way to build real-time AI apps</strong
28+
>Gradio's Journey to 1 Million Monthly Users!</strong
2929
>
3030
</p>
3131
<a
32-
href="https://fastrtc.org/"
32+
href="https://huggingface.co/blog/gradio-1m"
3333
target="_blank"
3434
class="mx-auto flex-none rounded-full px-3.5 py-1 text-sm font-semibold text-white bg-gradient-to-br from-orange-300 via-orange-500 to-orange-300 hover:drop-shadow-md"
3535
>Read More <span aria-hidden="true">&rarr;</span></a

0 commit comments

Comments
 (0)