Features
- #10625
ce4fb99
- fix spelling ofresizable
parameter ingr.Chatbot
. Thanks @abidlabs! - #10594
f0e4fd0
- FixBlocks.serve_static_file
andButton.svelte
to work on Lite. Thanks @whitphx!
Fixes
- #10580
4e70d74
- Fixgr.load()
forgr.ChatInterface(save_history=True)
and any Gradio app where the upstream app includes agr.State
as input. Thanks @abidlabs! - #10624
f8eb8e5
- Pass kwargs intogr.ChatInterface
created bygr.load()
. Thanks @abidlabs! - #10597
8c87eb8
- Fix issue where styling changes were overridden when value was updated simultaneously. Thanks @abidlabs!