Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def analyze_book(title, reviews_text, avg_units_sold):
|
|
| 17 |
if not title or not reviews_text:
|
| 18 |
return "Please enter a title and at least one review.", "", None
|
| 19 |
|
| 20 |
-
url = "https://matteoadam.app.n8n.cloud/webhook/price-decider"
|
| 21 |
|
| 22 |
payload = {
|
| 23 |
"title": title,
|
|
|
|
| 17 |
if not title or not reviews_text:
|
| 18 |
return "Please enter a title and at least one review.", "", None
|
| 19 |
|
| 20 |
+
url = "https://matteoadam.app.n8n.cloud/webhook-test/price-decider"
|
| 21 |
|
| 22 |
payload = {
|
| 23 |
"title": title,
|