Matteo08 commited on
Commit
81d6790
·
verified ·
1 Parent(s): b3f00bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,