Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,8 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Tangerine")])
|
|
71 |
value="frog.png",
|
72 |
show_label=False,
|
73 |
show_share_button=False,
|
74 |
-
show_download_button=False
|
|
|
75 |
)
|
76 |
with gr.Column(scale=5):
|
77 |
gr.Markdown("""# Gorf's Character Creator""")
|
|
|
71 |
value="frog.png",
|
72 |
show_label=False,
|
73 |
show_share_button=False,
|
74 |
+
show_download_button=False,
|
75 |
+
fill_height=True
|
76 |
)
|
77 |
with gr.Column(scale=5):
|
78 |
gr.Markdown("""# Gorf's Character Creator""")
|