chore: fix docs style (#9320)

* chore: fix docs style

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
This commit is contained in:
谭九鼎 2024-09-19 08:00:11 +08:00 committed by GitHub
parent e59efe5fb2
commit 98cbcaef82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": minor
---
feat:chore: fix docs style

View File

@ -2203,7 +2203,6 @@ Received outputs:
"""
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.