Hrant commited on
Commit
9c3791b
·
verified ·
1 Parent(s): a2c56f4

vertically aligne the logo

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -115,6 +115,8 @@ def main():
115
  """
116
  )
117
  with gr.Column():
 
 
118
  gr.Image("logo.png", width=200, show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
119
 
120
  gr.Markdown("# About Metric")
 
115
  """
116
  )
117
  with gr.Column():
118
+ gr.Markdown("")
119
+ gr.Markdown("")
120
  gr.Image("logo.png", width=200, show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
121
 
122
  gr.Markdown("# About Metric")