Add website banner for gradio 5 (#9635)

* add header

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2024-10-10 10:44:37 +08:00 committed by GitHub
parent cbbeebd2eb
commit 67e4044c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Add website banner for gradio 5

View File

@ -24,13 +24,13 @@
<div class="flex flex-wrap items-center gap-x-4 gap-y-2 flex-grow">
<div class="flex flex-wrap items-center gap-x-4 gap-y-2 mx-auto">
<p class="text-md leading-6 text-gray-700 text-center mx-auto">
<strong class="font-semibold">Introducing Gradio Clients</strong>
<strong class="font-semibold">Introducing Gradio 5.0</strong>
</p>
<a
href="https://www.youtube.com/watch?v=44vi31hehw4"
href="https://huggingface.co/blog/gradio-5"
target="_blank"
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"
>Watch <span aria-hidden="true">&rarr;</span></a
>Read More <span aria-hidden="true">&rarr;</span></a
>
</div>
</div>