mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
minor cleanups
This commit is contained in:
parent
15791b1d1d
commit
a40700dae6
@ -244,8 +244,8 @@ class Interface:
|
||||
self.description = description
|
||||
if article is not None:
|
||||
article = utils.readme_to_html(article)
|
||||
article = markdown2.markdown(article, extras=["fenced-code-blocks"])
|
||||
|
||||
article = markdown2.markdown(
|
||||
article, extras=["fenced-code-blocks"])
|
||||
self.article = article
|
||||
self.thumbnail = thumbnail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user