134 questions
Hi Lamis,
In you python script you can replace 'WebServiceInput0' with 'input1'.
It should look like this :
data = {
"Inputs": {
"input1":
[
{
'CulmenLength': 49.1,
'CulmenDepth': 4.8,
'FlipperLength': 1220,
'BodyMass': 5150,
},
],
},
"GlobalParameters": {
}
}