m7n commited on
Commit
d52f7c1
·
verified ·
1 Parent(s): b555cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,7 +492,7 @@ with gr.Blocks() as block:
492
 
493
  new_btn = gr.Button("Run Query",variant='primary')
494
  markdown = gr.Markdown(label="", show_label=False)
495
- html = gr.HTML(label="Map", show_label=False,min_height=1000)
496
 
497
  new_btn.click(fn=predict, inputs=[text_input, sample_size_slider, reduce_sample_checkbox,sample_reduction_method], outputs=[markdown, html])
498
 
 
492
 
493
  new_btn = gr.Button("Run Query",variant='primary')
494
  markdown = gr.Markdown(label="", show_label=False)
495
+ html = gr.HTML(label="Map", show_label=False)
496
 
497
  new_btn.click(fn=predict, inputs=[text_input, sample_size_slider, reduce_sample_checkbox,sample_reduction_method], outputs=[markdown, html])
498