Pijush2023 commited on
Commit
ff202f4
·
verified ·
1 Parent(s): 27ee672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -700,7 +700,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
700
 
701
  refresh_button = gr.Button("Refresh Images")
702
  refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
703
-
704
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
705
  demo.queue()
706
  demo.launch(share=True)
 
700
 
701
  refresh_button = gr.Button("Refresh Images")
702
  refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
703
+ location_output = gr.HTML()
704
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
705
  demo.queue()
706
  demo.launch(share=True)