Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
debisoft
/
hackseoul
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
debisoft
commited on
Aug 24, 2024
Commit
9db24e3
·
1 Parent(s):
6c1b1ab
Add mapid
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -5,6 +5,6 @@ rt = app.route
5
6
@rt('/')
7
def get():
8
-
return '
Hello World!!
'
9
10
serve()
5
6
@rt('/')
7
def get():
8
+
return
Div(id=
'
mapid
'
)
9
10
serve()