Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eaglelandsonce
/
data-village
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
eaglelandsonce
commited on
Mar 2, 2024
Commit
46266bd
·
verified
·
1 Parent(s):
e6ee53b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ def main():
52
fig = draw_grid(data)
53
st.pyplot(fig)
54
55
-
if __name__ == "
__app__
":
56
main()
52
fig = draw_grid(data)
53
st.pyplot(fig)
54
55
+
if __name__ == "
__main__
":
56
main()