ajl2718 commited on
Commit
67a3177
·
1 Parent(s): 9f3256a

Change description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ interface_geocoder = gr.Interface(
23
  fn=geocode,
24
  inputs=[text_input],
25
  outputs=[json_output],
26
- title="Geocoder",
27
- description="Enter a list of addresses"
28
  )
29
 
30
  demo = gr.TabbedInterface([interface_geocoder], ["Geocoding"])
 
23
  fn=geocode,
24
  inputs=[text_input],
25
  outputs=[json_output],
26
+ title="Geocode addresses using whereabouts",
27
+ description="Whereabouts is a freely available open-source geocoding package for Python. Enter some address data below and geocode the results."
28
  )
29
 
30
  demo = gr.TabbedInterface([interface_geocoder], ["Geocoding"])