Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -702,7 +702,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
702 |
location_output = gr.HTML()
|
703 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
|
704 |
|
705 |
-
|
706 |
|
707 |
demo.queue()
|
708 |
demo.launch(share=True)
|
|
|
702 |
location_output = gr.HTML()
|
703 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
|
704 |
|
705 |
+
|
706 |
|
707 |
demo.queue()
|
708 |
demo.launch(share=True)
|