Pijush2023 commited on
Commit
d4304bd
·
verified ·
1 Parent(s): dc0e506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2103,7 +2103,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
2103
 
2104
  refresh_button = gr.Button("Refresh Images")
2105
  refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
2106
- location_output = gr.HTML()
2107
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
2108
 
2109
  demo.queue()
 
2103
 
2104
  refresh_button = gr.Button("Refresh Images")
2105
  refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
2106
+ # location_output = gr.HTML()
2107
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
2108
 
2109
  demo.queue()