Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
f628c0d
1
Parent(s):
9aad408
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def test(input_json):
|
|
126 |
|
127 |
|
128 |
|
129 |
-
useGrasshopperData = inputs['input']["
|
130 |
|
131 |
if useGrasshopperData == "True": # grasshopper input
|
132 |
matrix = inputs['input']["matrix"]
|
|
|
126 |
|
127 |
|
128 |
|
129 |
+
useGrasshopperData = inputs['input']["useGrasshopperData"] # fetch grasshoper data or not
|
130 |
|
131 |
if useGrasshopperData == "True": # grasshopper input
|
132 |
matrix = inputs['input']["matrix"]
|