Commit
·
d77200b
1
Parent(s):
13ca559
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ def predict():
|
|
18 |
def avp():
|
19 |
incoming = request.get_json()
|
20 |
print(incoming)
|
21 |
-
# Обработка POST запроса по пути "/avp"
|
22 |
response = {}
|
23 |
for key, value in incoming.items():
|
24 |
if value == 0:
|
|
|
18 |
def avp():
|
19 |
incoming = request.get_json()
|
20 |
print(incoming)
|
|
|
21 |
response = {}
|
22 |
for key, value in incoming.items():
|
23 |
if value == 0:
|