Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def encode_image(image_path):
|
|
110 |
|
111 |
# UI Setup
|
112 |
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
|
113 |
-
gr.Markdown("
|
114 |
with gr.Tabs():
|
115 |
with gr.TabItem("Introduction"):
|
116 |
gr.Markdown(md.description)
|
|
|
110 |
|
111 |
# UI Setup
|
112 |
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
|
113 |
+
gr.Markdown("")
|
114 |
with gr.Tabs():
|
115 |
with gr.TabItem("Introduction"):
|
116 |
gr.Markdown(md.description)
|