nastasiasnk commited on
Commit
732de21
·
verified ·
1 Parent(s): d9bc6e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,8 +17,9 @@ def app_function(input_json):
17
  # Assuming the input structure is correctly formatted to include the necessary parameters
18
  inputs = inputs["input"]
19
 
20
- print(inputs["somedata"])
21
- calcRes = float(inputs["somedata"])*float(inputs["somedata"])
 
22
 
23
 
24
  # Prepare the output
 
17
  # Assuming the input structure is correctly formatted to include the necessary parameters
18
  inputs = inputs["input"]
19
 
20
+ print(inputs["argument1"])
21
+
22
+ calcRes = float(inputs["argument1"])*float(inputs["argument2"])
23
 
24
 
25
  # Prepare the output