Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
67a3177
1
Parent(s):
9f3256a
Change description
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ interface_geocoder = gr.Interface(
|
|
23 |
fn=geocode,
|
24 |
inputs=[text_input],
|
25 |
outputs=[json_output],
|
26 |
-
title="
|
27 |
-
description="
|
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"])
|