mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
parent
6e6121a1ac
commit
9d3f58b898
@ -10,6 +10,7 @@
|
||||
|
||||
- Fixed bug where text for altair plots was not legible in dark mode by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3555](https://github.com/gradio-app/gradio/pull/3555)
|
||||
- Fixes `Chatbot` and `Image` components so that files passed during processing are added to a directory where they can be served from, by [@abidlabs](https://github.com/abidlabs) in [PR 3523](https://github.com/gradio-app/gradio/pull/3523)
|
||||
- Fixed bug where "or" was not being localized in file upload text by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3599](https://github.com/gradio-app/gradio/pull/3599)
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<div class="wrap">
|
||||
{$_(defs[type])}
|
||||
<span class="or">- or -</span>
|
||||
<span class="or">- {$_("or")} -</span>
|
||||
{$_("interface.click_to_upload")}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user