mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
parent
95bf08b2e2
commit
3d772b6aea
@ -49,6 +49,7 @@ By [@aliabid94](https://github.com/aliabid94) in [PR 3399](https://github.com/gr
|
||||
- Prevent in-place updates of `generic_update` by shallow copying by [@gitgithan](https://github.com/gitgithan) in [PR 3405](https://github.com/gradio-app/gradio/pull/3405) to fix [#3282](https://github.com/gradio-app/gradio/issues/3282)
|
||||
- Fix bug caused by not importing `BlockContext` in `utils.py` by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3424](https://github.com/gradio-app/gradio/pull/3424)
|
||||
- Ensure dropdown does not highlight partial matches by [@pngwn](https://github.com/pngwn) in [PR 3421](https://github.com/gradio-app/gradio/pull/3421)
|
||||
- Fix mic button display by [@aliabid94](https://github.com/aliabid94) in [PR 3456](https://github.com/gradio-app/gradio/pull/3456)
|
||||
|
||||
## Documentation Changes:
|
||||
- Added a section on security and access when sharing Gradio apps by [@abidlabs](https://github.com/abidlabs) in [PR 3408](https://github.com/gradio-app/gradio/pull/3408)
|
||||
|
@ -313,7 +313,6 @@
|
||||
|
||||
<style>
|
||||
.mic-wrap {
|
||||
position: absolute;
|
||||
padding: var(--size-2);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user