Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
b840cad
1
Parent(s):
e905680
Update default address values"
Browse files
app.py
CHANGED
@@ -18,12 +18,10 @@ matcher4 = Matcher('au_nsw_lg')
|
|
18 |
matcher5 = Matcher('us_ca_sm')
|
19 |
matcher6 = Matcher('us_ma_sm')
|
20 |
|
21 |
-
default_address_values = """
|
22 |
-
3333 Channel Way, San Diego, CA
|
23 |
1500 Orange Avenuee, Colonado, CA
|
24 |
3129 Arden Wy, Sacramento, 95825
|
25 |
-
2000 Allston Way, Berkly, 94704
|
26 |
-
"""
|
27 |
|
28 |
# function to geocode results
|
29 |
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
|
|
|
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'):
|