Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nastasiasnk
/
testspace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nastasiasnk
commited on
Mar 7
Commit
7d8b8bf
·
verified
·
1 Parent(s):
fc167e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ def getDataFromGrasshopper(
11
inputJson
12
):
13
b= ""
14
-
if inputJson
!=
None:
15
b = str(inputJson)
16
17
return b
11
inputJson
12
):
13
b= ""
14
+
if inputJson
is
not
None:
15
b = str(inputJson)
16
17
return b