Commit
·
1de433e
1
Parent(s):
269655e
playing with sizes
Browse files
app.py
CHANGED
@@ -360,19 +360,19 @@ with demo:
|
|
360 |
gr.HTML("""<h1 align="center" id="space-title"> Contributor Companies and Teams </h1>""")
|
361 |
with gr.Row():
|
362 |
with gr.Column(scale=1):
|
363 |
-
gr.Image('src/display/localdocs.jpeg', scale=0.
|
364 |
show_label=False,
|
365 |
interactive=False,
|
366 |
show_share_button=False,
|
367 |
show_download_button=False)
|
368 |
with gr.Column(scale=1):
|
369 |
-
gr.Image('src/display/prodata.
|
370 |
show_label=False,
|
371 |
interactive=False,
|
372 |
show_share_button=False,
|
373 |
show_download_button=False)
|
374 |
with gr.Column(scale=1):
|
375 |
-
gr.Image('src/display/bhosai.jpeg', scale=0.
|
376 |
show_label=False,
|
377 |
interactive=False,
|
378 |
show_share_button=False,
|
|
|
360 |
gr.HTML("""<h1 align="center" id="space-title"> Contributor Companies and Teams </h1>""")
|
361 |
with gr.Row():
|
362 |
with gr.Column(scale=1):
|
363 |
+
gr.Image('src/display/localdocs.jpeg', scale=0.2,
|
364 |
show_label=False,
|
365 |
interactive=False,
|
366 |
show_share_button=False,
|
367 |
show_download_button=False)
|
368 |
with gr.Column(scale=1):
|
369 |
+
gr.Image('src/display/prodata.png', scale=0.2,
|
370 |
show_label=False,
|
371 |
interactive=False,
|
372 |
show_share_button=False,
|
373 |
show_download_button=False)
|
374 |
with gr.Column(scale=1):
|
375 |
+
gr.Image('src/display/bhosai.jpeg', scale=0.2,
|
376 |
show_label=False,
|
377 |
interactive=False,
|
378 |
show_share_button=False,
|