Akjava commited on
Commit
174e181
·
1 Parent(s): df9dc0d

fix example

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -274,7 +274,7 @@ example_data = [
274
  "box",
275
  "horizontal_3",
276
  "black",
277
- # "examples/play.webp",
278
  ],
279
  [
280
  "Buy",
@@ -282,7 +282,7 @@ example_data = [
282
  "rounded",
283
  "vertical_2",
284
  "white",
285
- # "examples/buy.webp",
286
  ],
287
  [
288
  "RPG",
@@ -290,7 +290,7 @@ example_data = [
290
  "free",
291
  "box_2x2",
292
  "natural",
293
- # "examples/rpg.webp",
294
  ],
295
  [
296
  "Submit",
 
274
  "box",
275
  "horizontal_3",
276
  "black",
277
+ "examples/play.webp",
278
  ],
279
  [
280
  "Buy",
 
282
  "rounded",
283
  "vertical_2",
284
  "white",
285
+ "examples/buy.webp",
286
  ],
287
  [
288
  "RPG",
 
290
  "free",
291
  "box_2x2",
292
  "natural",
293
+ "examples/rpg.webp",
294
  ],
295
  [
296
  "Submit",