diff --git a/CHANGELOG.md b/CHANGELOG.md index e59257b2c7..bb9fc1f763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,8 @@ No changes to highlight. ## Full Changelog: -* Mobile responsive iframes in themes guide by[@aliabd](https://github.com/aliabd) in [PR 3562](https://github.com/gradio-app/gradio/pull/3562) +* Mobile responsive iframes in themes guide by [@aliabd](https://github.com/aliabd) in [PR 3562](https://github.com/gradio-app/gradio/pull/3562) +* Remove extra $demo from theme guide by [@aliabd](https://github.com/aliabd) in [PR 3563](https://github.com/gradio-app/gradio/pull/3563) ## Contributors Shoutout: diff --git a/guides/06_other-tutorials/theming-guide.md b/guides/06_other-tutorials/theming-guide.md index 9ba2673eed..7636cf86e1 100644 --- a/guides/06_other-tutorials/theming-guide.md +++ b/guides/06_other-tutorials/theming-guide.md @@ -145,7 +145,6 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata") ... ``` -$demo_theme_extended_step_3