Spaces:
Paused
Paused
Update app.py
Browse files
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()
|