Spaces:
Runtime error
Runtime error
scale_image
#26
by
HugoLaurencon
- opened
- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -336,7 +336,7 @@ textbox = gr.Textbox(
|
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
|
338 |
with gr.Row(variant="panel"):
|
339 |
-
with gr.Column(scale=
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|
|
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
|
338 |
with gr.Row(variant="panel"):
|
339 |
+
with gr.Column(scale=1):
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|