demetz commited on
Commit
179e288
·
verified ·
1 Parent(s): 761a615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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""")