We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59efe5 commit 98cbcaeCopy full SHA for 98cbcae
.changeset/metal-nights-march.md
@@ -0,0 +1,5 @@
1
+---
2
+"gradio": minor
3
4
+
5
+feat:chore: fix docs style
gradio/blocks.py
@@ -2203,7 +2203,6 @@ def launch(
2203
"""
2204
Launches a simple web server that serves the demo. Can also be used to create a
2205
public link used by anyone to access the demo from their browser by setting share=True.
2206
-
2207
Parameters:
2208
inline: whether to display in the gradio app inline in an iframe. Defaults to True in python notebooks; False otherwise.
2209
inbrowser: whether to automatically launch the gradio app in a new tab on the default browser.
0 commit comments