Commit
·
b53ab53
1
Parent(s):
1de433e
changed scaling function
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',
|
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',
|
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',
|
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', width = 100, height = 100,
|
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', width = 100, height = 100,
|
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', width = 100, height = 100,
|
376 |
show_label=False,
|
377 |
interactive=False,
|
378 |
show_share_button=False,
|