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