m7n commited on
Commit
409422b
·
1 Parent(s): 3292cf5

Fixed buttons

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -414,6 +414,8 @@ theme = gr.themes.Monochrome(
414
  button_secondary_background_fill_hover="#f3f4f6",
415
  button_secondary_border_color="black",
416
  button_secondary_text_color="black",
 
 
417
  )
418
 
419
 
@@ -497,7 +499,7 @@ with gr.Blocks(theme=theme) as demo:
497
  with gr.Column(scale=2):
498
  html = gr.HTML(
499
  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>',
500
- label="",
501
  show_label=True
502
  )
503
  gr.Markdown("""
 
414
  button_secondary_background_fill_hover="#f3f4f6",
415
  button_secondary_border_color="black",
416
  button_secondary_text_color="black",
417
+ button_border_width="2px",
418
+
419
  )
420
 
421
 
 
499
  with gr.Column(scale=2):
500
  html = gr.HTML(
501
  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>',
502
+ label="Map",
503
  show_label=True
504
  )
505
  gr.Markdown("""