Strongich commited on
Commit
3f3324e
·
1 Parent(s): 76ec993

added 2000 pack for paper stickers

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -104,6 +104,7 @@ Base Prices (Quantity,Price per Unit $):
104
  250, 0,40
105
  500, 0.22
106
  1000, 0.12
 
107
  """
108
 
109
  printer_2 = """
@@ -198,6 +199,7 @@ Base Prices (Quantity,Price per Unit $):
198
  250, 0.42
199
  500, 0.23
200
  1000, 0.13
 
201
  """
202
 
203
  printer_3 = """
@@ -293,6 +295,7 @@ Base Prices (Quantity,Price per Unit $):
293
  250, 0.40
294
  500, 0.21
295
  1000, 0.11
 
296
  """
297
 
298
  IMAGES = {
 
104
  250, 0,40
105
  500, 0.22
106
  1000, 0.12
107
+ 2000, 0.09
108
  """
109
 
110
  printer_2 = """
 
199
  250, 0.42
200
  500, 0.23
201
  1000, 0.13
202
+ 2000, 0.10
203
  """
204
 
205
  printer_3 = """
 
295
  250, 0.40
296
  500, 0.21
297
  1000, 0.11
298
+ 2000, 0.08
299
  """
300
 
301
  IMAGES = {