Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ headers = {
|
|
10 |
"X-Prodia-Key": "69e66898-010d-4cd1-9e22-090f73ad007b"
|
11 |
}
|
12 |
|
13 |
-
|
14 |
|
15 |
print(response.text)
|
16 |
|
|
|
10 |
"X-Prodia-Key": "69e66898-010d-4cd1-9e22-090f73ad007b"
|
11 |
}
|
12 |
|
13 |
+
response = requests.post(url, json=payload, headers=headers)
|
14 |
|
15 |
print(response.text)
|
16 |
|