freddyaboulton HF staff commited on
Commit
e360409
1 Parent(s): 1364e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ with gr.Blocks() as demo:
23
  label="City")
24
  with gr.Column():
25
  map_ = FoliumTest(label="Map")
26
- city.select(get_city, city, map_)
27
 
28
  demo.launch()
 
23
  label="City")
24
  with gr.Column():
25
  map_ = FoliumTest(label="Map")
26
+ city.change(get_city, city, map_)
27
 
28
  demo.launch()