diff --git a/.changeset/metal-nights-march.md b/.changeset/metal-nights-march.md new file mode 100644 index 0000000000..f0dfd1de44 --- /dev/null +++ b/.changeset/metal-nights-march.md @@ -0,0 +1,5 @@ +--- +"gradio": minor +--- + +feat:chore: fix docs style diff --git a/gradio/blocks.py b/gradio/blocks.py index 2e4745ed0b..eaf4b38de5 100644 --- a/gradio/blocks.py +++ b/gradio/blocks.py @@ -2203,7 +2203,6 @@ def launch( """ Launches a simple web server that serves the demo. Can also be used to create a public link used by anyone to access the demo from their browser by setting share=True. - Parameters: inline: whether to display in the gradio app inline in an iframe. Defaults to True in python notebooks; False otherwise. inbrowser: whether to automatically launch the gradio app in a new tab on the default browser.