Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def app_function(input_json):
|
|
75 |
|
76 |
# Prepare the output
|
77 |
output = {
|
78 |
-
"probabilities": probabilities
|
79 |
"adjustment_factors": adjustment_factors
|
80 |
}
|
81 |
|
|
|
75 |
|
76 |
# Prepare the output
|
77 |
output = {
|
78 |
+
"probabilities": probabilities,
|
79 |
"adjustment_factors": adjustment_factors
|
80 |
}
|
81 |
|