From a40700dae6c73653e1edbfcd9c13ff7dba7b7403 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Sun, 23 Jan 2022 20:25:06 -0500 Subject: [PATCH] minor cleanups --- gradio/interface.py | 4 ++-- gradio/notebook.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 gradio/notebook.py diff --git a/gradio/interface.py b/gradio/interface.py index 75d8d1c3fa..2c7e9c78bd 100644 --- a/gradio/interface.py +++ b/gradio/interface.py @@ -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 diff --git a/gradio/notebook.py b/gradio/notebook.py deleted file mode 100644 index e69de29bb2..0000000000