Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def gradio_interface():
|
|
286 |
|
287 |
search_button.click(find_wellness_professionals, inputs=[location_input, state], outputs=[suggestions_output, state])
|
288 |
|
289 |
-
demo.launch()
|
290 |
|
291 |
# Run the Gradio interface
|
292 |
if __name__ == "__main__":
|
|
|
286 |
|
287 |
search_button.click(find_wellness_professionals, inputs=[location_input, state], outputs=[suggestions_output, state])
|
288 |
|
289 |
+
demo.launch(debug=True)
|
290 |
|
291 |
# Run the Gradio interface
|
292 |
if __name__ == "__main__":
|