Features
- #10359
c44da25
- Allow modifying the chatbot value directly ingr.ChatInterface
. Thanks @abidlabs! - #10367
5881296
- Improve component docstrings and misc docs. Thanks @abidlabs! - #10377
feb1e81
- Add toolbar with fullscreen button togr.Dataframe
. Thanks @hannahblair! - #10341
b0cf92f
- PWA icon customization. Thanks @whitphx! - #10392
4d47e4b
- Add alog
parameter to Chatbot metadata that allows displayingstr
content next to the thought title. Thanks @abidlabs! - #10352
6a7cfc4
- Compatibility between Client and ZeroGPU. Thanks @abidlabs! - #10366
b10f5e1
- Lite: retry install. Thanks @whitphx! - #10376
2b7ba48
- Addshow_row_numbers
param to gr.Dataframe. Thanks @hannahblair! - #10368
8cf0461
- Fix ReDoS. Thanks @kevinbackhouse! - #10346
43e05d7
- Document additional helper classes forgr.Chatbot
. Thanks @abidlabs! - #10340
a91cb9c
- Addshow_reset_button
togr.slider
initialization. Thanks @amanchauhan11! - #10410
48809c7
- Fix bug where dataframevalue
prop was not updating when an input value was changed manually. Thanks @abidlabs!
Fixes
- #10369
eb85edf
- Quick fix: 0 is ignored Slider/Number issue. Thanks @dawoodkhan82! - #10357
43e7cce
- Fix ImageEditor Size Issues. Thanks @freddyaboulton! - #10365
40e0c48
- Ensure clicking on a cell once enables editing mode. Thanks @hannahblair! - #10383
9517043
- Ensure columns hidden with pandas.hide()
works as expected. Thanks @hannahblair! - #10404
9dc5d15
- Tweak behavior related to thestatus
ofgr.Chatbot
thought messages. Thanks @abidlabs! - #10390
9e6eded
- Removes css tag that overrides Gradio theme setting. Thanks @ericwu09! - #10348
62cd4ef
- Handlerow_count=0
in gr.Dataframe. Thanks @hannahblair! - #10403
3219382
- Fix event triggers and recent regressions related togr.DataFrame
. Thanks @abidlabs! - #10360
31cccc3
- Fix logic for detecting changes ingr.Dataframe
table value. Thanks @abidlabs! - #10372
96bbde2
- Allow propogation of fill_height through Rows and Tabs, via scale. Thanks @aliabid94!