Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,6 +115,8 @@ def main():
|
|
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)
|
|
|
115 |
"""
|
116 |
)
|
117 |
with gr.Column():
|
118 |
+
gr.Markdown("")
|
119 |
+
gr.Markdown("")
|
120 |
gr.Markdown("")
|
121 |
gr.Markdown("")
|
122 |
gr.Image("logo.png", width=200, show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
|