Bump gradio to 4.23 (#5758)

This commit is contained in:
oobabooga 2024-03-26 16:32:20 -03:00 committed by GitHub
parent 49b111e2dd
commit 2a92a842ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 130 additions and 63 deletions

View file

@ -89,6 +89,11 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
flex-wrap: nowrap;
}
gradio-app > :first-child {
padding-left: var(--size-4) !important;
padding-right: var(--size-4) !important;
}
.header_bar {
background-color: #f7f7f7;
box-shadow: 0 2px 3px rgba(22 22 22 / 35%);