nastasiasnk commited on
Commit
f628c0d
1 Parent(s): 9aad408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def test(input_json):
126
 
127
 
128
 
129
- useGrasshopperData = inputs['input']["useGrasshopper"] # fetch grasshoper data or not
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"]