Spaces:
Running
Running
vertically aligne the logo
Browse files
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")
|