Features
- #10203
c3a9e64
- Allow editing chatbot messages. Thanks @aliabid94! - #10272
a1f2649
- Chat Interface flagging and chatbot feedback. Thanks @aliabid94! - #10225
f0cf3b7
- Dataframe support in Chatbot. Thanks @dawoodkhan82! - #10292
f2bd72f
- Reset flagged values when switching conversations in chat history. Thanks @abidlabs! - #10191
5ce2832
- Support saving chat history ingr.ChatInterface
. Thanks @abidlabs! - #10197
a95f8ef
- Add support for returning multiple messages fromgr.ChatInterface
chat function. Thanks @abidlabs! - #10186
9b17032
- Add Microphone Input to MultimodalTextbox. Thanks @dawoodkhan82! - #10192
4fc7fb7
- Ensure components can be remounted with their previous data. Thanks @pngwn! - #10187
64d1864
-manifest json
for PWA. Thanks @whitphx! - #10262
f3bedd4
- add gr.Success and update windows contributing. Thanks @not-lain! - #10254
da07707
- Add asettings
link to the footer with i18n options & pwa instructions. Thanks @abidlabs! - #9984
45df1b1
- Lite: Capture stdout and stderr from the main thread. Thanks @whitphx! - #10210
13a83e5
- Allow reordering files in gr.File. Thanks @hannahblair! - #10221
506bd28
- Update Guides related to deploying Gradio chatbots to Discord, Slack, and website widgets. Thanks @abidlabs! - #10229
1be31c1
- Allow editable ChatInterface. Thanks @aliabid94! - #10245
3e4e0de
- Addgr.BrowserState
change event. Thanks @abidlabs! - #10222
9c6d83d
- gr.load_chat: Allow loading any openai-compatible server immediately as a ChatInterface. Thanks @aliabid94!
Fixes
- #10214
501adef
- Some agent low-hanging issues. Thanks @freddyaboulton! - #10290
99123e7
- Fixed warning about not being able to find the app for some pattern. Thanks @YanSte! - #10269
890eaa3
- Allow displaying SVG images securely ingr.Image
andgr.Gallery
components. Thanks @abidlabs! - #10209
2700d18
- Ensure theheight
param ingr.File
works as expected. Thanks @hannahblair! - #10235
9285dd9
- Fix typing for components ingr.Interface
and docstring inimage.py
. Thanks @abidlabs! - #10207
314a8b5
- fix: make surecomp.instance
exists. Thanks @Col0ring! - #10238
3f19210
- Declare exports in all for type checking. Thanks @dustalov!