Yaroslav95 commited on
Commit
bd0ddb2
·
1 Parent(s): e9ed741
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def find_best_price(request):
102
  f"Printer 2: {printer_2}\n"
103
  f"Printer 3: {printer_3}\n"
104
  "For each request, you should:\n"
105
- "1. Check if the requested size (3x3 or 6x6 cm) is available. If not, suggest the nearest available size.\n"
106
  "2. Calculate the final price by:\n"
107
  " - Finding the nearest lower quantity in the base price list\n"
108
  " - Multiplying by the size multiplier\n"
 
102
  f"Printer 2: {printer_2}\n"
103
  f"Printer 3: {printer_3}\n"
104
  "For each request, you should:\n"
105
+ "1. Check if the requested size is available. If not, check if vendor supports custom sizes.\n"
106
  "2. Calculate the final price by:\n"
107
  " - Finding the nearest lower quantity in the base price list\n"
108
  " - Multiplying by the size multiplier\n"