Spaces:
Runtime error
Runtime error
Add more examples
Browse files
app.py
CHANGED
@@ -35,7 +35,10 @@ def diff_texts(adress):
|
|
35 |
|
36 |
examples = [
|
37 |
["940, north pennsylvania avneue, mason icty, iowa, 50401, us"],
|
38 |
-
["
|
|
|
|
|
|
|
39 |
]
|
40 |
color_map = {"Non-Standard": "LightSalmon", "Standard": "LightGreen", "β": "LightBlue"}
|
41 |
|
|
|
35 |
|
36 |
examples = [
|
37 |
["940, north pennsylvania avneue, mason icty, iowa, 50401, us"],
|
38 |
+
["24640, a-b 305th srreet, nora speings, iowa, 50458, us"],
|
39 |
+
["2920, 1st srteet south west, mason ciry, iowa, 50401, us"],
|
40 |
+
["210, s rhode island ave, mason ctiy, ia, 50401, us"],
|
41 |
+
["427, n massachudetts ave, mason coty, ia, 50401, us"]
|
42 |
]
|
43 |
color_map = {"Non-Standard": "LightSalmon", "Standard": "LightGreen", "β": "LightBlue"}
|
44 |
|