Update app.py
Browse files
app.py
CHANGED
@@ -717,4 +717,9 @@ async def greet_json(
|
|
717 |
if scores[1] > w_avg:
|
718 |
out += "\nRumus Pokok Pajak Kendaraan Bermotor (PKB) : TARIF * NJKB * BOBOT * PENGENAAN"
|
719 |
|
720 |
-
return {
|
|
|
|
|
|
|
|
|
|
|
|
717 |
if scores[1] > w_avg:
|
718 |
out += "\nRumus Pokok Pajak Kendaraan Bermotor (PKB) : TARIF * NJKB * BOBOT * PENGENAAN"
|
719 |
|
720 |
+
return {
|
721 |
+
"code":200,
|
722 |
+
"success":true,
|
723 |
+
"message":"Request was successful",
|
724 |
+
"data":{"results":out},
|
725 |
+
}
|