Commit
·
81f8991
1
Parent(s):
5eb6b38
struggling
Browse files
app.py
CHANGED
@@ -360,23 +360,21 @@ 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=2, elem_classes="center-column"):
|
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 |
-
|
369 |
-
gr.Markdown(""" """, elem_classes="markdown-text")
|
370 |
with gr.Column(scale=2, elem_classes="center-column"):
|
371 |
-
gr.Image('src/display/prodata.png',
|
372 |
show_label=False,
|
373 |
interactive=False,
|
374 |
show_share_button=False,
|
375 |
show_download_button=False)
|
376 |
-
|
377 |
-
gr.Markdown(""" """, elem_classes="markdown-text")
|
378 |
with gr.Column(scale=2, elem_classes="center-column"):
|
379 |
-
gr.Image('src/display/bhosai.jpeg',
|
380 |
show_label=False,
|
381 |
interactive=False,
|
382 |
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=2, elem_classes="center-column"):
|
363 |
+
gr.Image('src/display/localdocs.jpeg', scale = 1,
|
364 |
show_label=False,
|
365 |
interactive=False,
|
366 |
show_share_button=False,
|
367 |
show_download_button=False)
|
368 |
+
|
|
|
369 |
with gr.Column(scale=2, elem_classes="center-column"):
|
370 |
+
gr.Image('src/display/prodata.png', scale = 1,
|
371 |
show_label=False,
|
372 |
interactive=False,
|
373 |
show_share_button=False,
|
374 |
show_download_button=False)
|
375 |
+
|
|
|
376 |
with gr.Column(scale=2, elem_classes="center-column"):
|
377 |
+
gr.Image('src/display/bhosai.jpeg', scale = 1,
|
378 |
show_label=False,
|
379 |
interactive=False,
|
380 |
show_share_button=False,
|