Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
6735609
1
Parent(s):
b840cad
Update default address values
Browse files
app.py
CHANGED
@@ -18,10 +18,7 @@ matcher4 = Matcher('au_nsw_lg')
|
|
18 |
matcher5 = Matcher('us_ca_sm')
|
19 |
matcher6 = Matcher('us_ma_sm')
|
20 |
|
21 |
-
default_address_values = "
|
22 |
-
1500 Orange Avenuee, Colonado, CA
|
23 |
-
3129 Arden Wy, Sacramento, 95825
|
24 |
-
2000 Allston Way, Berkly, 94704"""
|
25 |
|
26 |
# function to geocode results
|
27 |
def geocode(addresses, db_name='au_all_sm', how='standard'):
|
|
|
18 |
matcher5 = Matcher('us_ca_sm')
|
19 |
matcher6 = Matcher('us_ma_sm')
|
20 |
|
21 |
+
default_address_values = "3333 Channel Way, San Diego, CA\n1500 Orange Avenuee, Colonado, CA\n3129 Arden Wy, Sacramento, 95825\n2000 Allston Way, Berkly, 94704"
|
|
|
|
|
|
|
22 |
|
23 |
# function to geocode results
|
24 |
def geocode(addresses, db_name='au_all_sm', how='standard'):
|