Skip to content

Commit

Permalink
Release 3.20.1 (#3390)
Browse files Browse the repository at this point in the history
* release 3.20.1

* changelog
  • Loading branch information
abidlabs authored Mar 6, 2023
1 parent a207644 commit 9fb3c22
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,31 @@
No changes to highlight.

## Bug Fixes:
No changes to highlight.

## Documentation Changes:
No changes to highlight.

## Testing and Infrastructure Changes:
No changes to highlight.

## Breaking Changes:
No changes to highlight.

## Full Changelog:
No changes to highlight.

## Contributors Shoutout:
No changes to highlight.

# 3.20.1

## New Features:
- Add `height` kwarg to style in `gr.Chatbot()` component by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 3369](https://github.com/gradio-app/gradio/pull/3369)

```chatbot = gr.Chatbot().style(height=500)```

## Bug Fixes:
- Ensure uploaded images are always shown in the sketch tool by [@pngwn](https://github.com/pngwn) in [PR 3386](https://github.com/gradio-app/gradio/pull/3386)

## Documentation Changes:
Expand Down
2 changes: 1 addition & 1 deletion gradio/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.0
3.20.1

0 comments on commit 9fb3c22

Please sign in to comment.