DanielHesslow
commited on
Commit
•
f1847a8
1
Parent(s):
b300d49
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ additional_inputs=[
|
|
114 |
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
-
with gr.Column():
|
118 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False).style(height=400, width=400)
|
119 |
with gr.Column():
|
120 |
gr.Markdown(
|
|
|
114 |
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
+
with gr.Column(scale=0.5):
|
118 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False).style(height=400, width=400)
|
119 |
with gr.Column():
|
120 |
gr.Markdown(
|