Spaces:
Running
Running
Commit
·
48ec5fb
1
Parent(s):
3f668eb
small fix
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ Uncoated: multiplier 0.9
|
|
35 |
Base Prices (Quantity,Price per Unit $):
|
36 |
100, 0.23
|
37 |
250, 0.2
|
38 |
-
500,
|
39 |
-
1000,
|
40 |
"""
|
41 |
|
42 |
printer_2 = """
|
@@ -63,7 +63,7 @@ Base Prices (Quantity,Price per Unit $):
|
|
63 |
100, 0.25
|
64 |
250, 0.22
|
65 |
500, 0.2
|
66 |
-
1000,
|
67 |
"""
|
68 |
|
69 |
printer_3 = """
|
@@ -119,7 +119,8 @@ def find_best_price(request):
|
|
119 |
"###\n"
|
120 |
"PrintMaster: Total for 600: $497.40\n\n"
|
121 |
"If user haven't specified one of the parameters, use the default one"
|
122 |
-
"
|
|
|
123 |
"The '###' symbol must separate each printer's price calculation.\n"
|
124 |
)
|
125 |
|
|
|
35 |
Base Prices (Quantity,Price per Unit $):
|
36 |
100, 0.23
|
37 |
250, 0.2
|
38 |
+
500, 0.19
|
39 |
+
1000, 0.175
|
40 |
"""
|
41 |
|
42 |
printer_2 = """
|
|
|
63 |
100, 0.25
|
64 |
250, 0.22
|
65 |
500, 0.2
|
66 |
+
1000, 0.185
|
67 |
"""
|
68 |
|
69 |
printer_3 = """
|
|
|
119 |
"###\n"
|
120 |
"PrintMaster: Total for 600: $497.40\n\n"
|
121 |
"If user haven't specified one of the parameters, use the default one"
|
122 |
+
"Explain your calculations"
|
123 |
+
# "Your response should display ONLY final pricing for each available option, nothing more"
|
124 |
"The '###' symbol must separate each printer's price calculation.\n"
|
125 |
)
|
126 |
|