Commit
·
60b5bf6
1
Parent(s):
611cac7
Removed extra space
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ with demo:
|
|
378 |
interactive=False,
|
379 |
show_share_button=False,
|
380 |
show_download_button=False)
|
381 |
-
gr.HTML("""<h1 align="center" id="company tile"> PRODATA
|
382 |
with gr.Column(scale=10, min_width=1, elem_classes='center-column'):
|
383 |
gr.Image('src/display/bhosai.jpeg',
|
384 |
scale = 1,
|
|
|
378 |
interactive=False,
|
379 |
show_share_button=False,
|
380 |
show_download_button=False)
|
381 |
+
gr.HTML("""<h1 align="center" id="company tile"> PRODATA </h1>""")
|
382 |
with gr.Column(scale=10, min_width=1, elem_classes='center-column'):
|
383 |
gr.Image('src/display/bhosai.jpeg',
|
384 |
scale = 1,
|