Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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["
|
21 |
-
|
|
|
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
|