hdallatorre
commited on
Commit
•
940a8fb
1
Parent(s):
d32df58
feat: Remove scale from Mardown
Browse files
app.py
CHANGED
@@ -126,8 +126,8 @@ def get_bar_plot(
|
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
with gr.Row():
|
129 |
-
gr.Image(banner_url, height=160,
|
130 |
-
gr.Markdown(_INTRODUCTION_TEXT, elem_classes="markdown-text"
|
131 |
# gr.Textbox(_INTRODUCTION_TEXT, scale=5)
|
132 |
|
133 |
with gr.Row():
|
|
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
with gr.Row():
|
129 |
+
gr.Image(banner_url, height=160, scale=1)
|
130 |
+
gr.Markdown(_INTRODUCTION_TEXT, elem_classes="markdown-text")
|
131 |
# gr.Textbox(_INTRODUCTION_TEXT, scale=5)
|
132 |
|
133 |
with gr.Row():
|