Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
williambr
/
SteamlitMapPractice2
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
williambr
commited on
Sep 27, 2022
Commit
43ce9e3
·
1 Parent(s):
c53bec7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -4,6 +4,7 @@ from typing import NamedTuple, Dict
4
5
class ZipCodeEntry(NamedTuple):
6
zip: str
7
state: str
8
lat: str
9
long: str
4
5
class ZipCodeEntry(NamedTuple):
6
zip: str
7
+
city: str
8
state: str
9
lat: str
10
long: str