DreamStream-1 commited on
Commit
28af41e
·
verified ·
1 Parent(s): c5f3d57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__":