Commit
·
e421f2a
1
Parent(s):
6971200
removed column
Browse files
app.py
CHANGED
@@ -359,19 +359,16 @@ with demo:
|
|
359 |
gr.Markdown(LLM_DATASET_TEXT, elem_classes="markdown-text")
|
360 |
gr.HTML("""<h1 align="center" id="space-title"> Contributor Companies and Teams </h1>""")
|
361 |
with gr.Row():
|
362 |
-
with gr.Column(scale=1, elem_classes="center-column"):
|
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, elem_classes="center-column"):
|
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, elem_classes="center-column"):
|
375 |
gr.Image('src/display/bhosai.jpeg', width = 100, height = 100,
|
376 |
show_label=False,
|
377 |
interactive=False,
|
|
|
359 |
gr.Markdown(LLM_DATASET_TEXT, elem_classes="markdown-text")
|
360 |
gr.HTML("""<h1 align="center" id="space-title"> Contributor Companies and Teams </h1>""")
|
361 |
with gr.Row():
|
|
|
362 |
gr.Image('src/display/localdocs.jpeg', width = 100, height = 100,
|
363 |
show_label=False,
|
364 |
interactive=False,
|
365 |
show_share_button=False,
|
366 |
show_download_button=False)
|
|
|
367 |
gr.Image('src/display/prodata.png', width = 100, height = 100,
|
368 |
show_label=False,
|
369 |
interactive=False,
|
370 |
show_share_button=False,
|
371 |
show_download_button=False)
|
|
|
372 |
gr.Image('src/display/bhosai.jpeg', width = 100, height = 100,
|
373 |
show_label=False,
|
374 |
interactive=False,
|