Spaces:
Running
on
Zero
Running
on
Zero
remove label from html
Browse files
app.py
CHANGED
@@ -513,7 +513,7 @@ with gr.Blocks(theme=theme, css="""
|
|
513 |
html = gr.HTML(
|
514 |
value='<div style="width: 100%; height: 1000px; display: flex; justify-content: center; align-items: center; border: 1px solid #ccc; background-color: #f8f9fa;"><p style="font-size: 1.2em; color: #666;">The visualization map will appear here after running a query</p></div>',
|
515 |
label="",
|
516 |
-
show_label=
|
517 |
)
|
518 |
gr.Markdown("""
|
519 |
<div style="max-width: 100%; margin: 0 auto;">
|
|
|
513 |
html = gr.HTML(
|
514 |
value='<div style="width: 100%; height: 1000px; display: flex; justify-content: center; align-items: center; border: 1px solid #ccc; background-color: #f8f9fa;"><p style="font-size: 1.2em; color: #666;">The visualization map will appear here after running a query</p></div>',
|
515 |
label="",
|
516 |
+
show_label=False
|
517 |
)
|
518 |
gr.Markdown("""
|
519 |
<div style="max-width: 100%; margin: 0 auto;">
|