Spaces:
Sleeping
Sleeping
Commit
·
7a65f18
1
Parent(s):
48ec5fb
small fix
Browse files
app.py
CHANGED
@@ -115,12 +115,11 @@ def find_best_price(request):
|
|
115 |
"Answer:\n"
|
116 |
"PrintPronto: Doesn't support custom size\n"
|
117 |
"###\n"
|
118 |
-
"BannerLord: Total for 600: $
|
119 |
"###\n"
|
120 |
-
"PrintMaster: Total for 600: $
|
121 |
"If user haven't specified one of the parameters, use the default one"
|
122 |
-
"
|
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 |
|
|
|
115 |
"Answer:\n"
|
116 |
"PrintPronto: Doesn't support custom size\n"
|
117 |
"###\n"
|
118 |
+
"BannerLord: Total for 600: $240\n"
|
119 |
"###\n"
|
120 |
+
"PrintMaster: Total for 600: $216\n\n"
|
121 |
"If user haven't specified one of the parameters, use the default one"
|
122 |
+
"Your response should display ONLY final pricing for each available option, nothing more"
|
|
|
123 |
"The '###' symbol must separate each printer's price calculation.\n"
|
124 |
)
|
125 |
|