Spaces:
Sleeping
Sleeping
Commit
·
bd0ddb2
1
Parent(s):
e9ed741
small fix
Browse files
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
|
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"
|