yuripeyamashita commited on
Commit
ea4341d
1 Parent(s): a94700b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -349,7 +349,7 @@ def get_checkout_bubble(checkout_list: list):
349
 
350
  checkout_contents.append({
351
  "type": "box",
352
- "layout": "vertical",
353
  "contents": [
354
  {
355
  "type": "text",
@@ -373,7 +373,7 @@ def get_checkout_bubble(checkout_list: list):
373
  "type": "bubble",
374
  "body": {
375
  "type": "box",
376
- "layout": "vertical",
377
  "contents": [
378
  {
379
  "type": "text",
@@ -392,7 +392,7 @@ def get_checkout_bubble(checkout_list: list):
392
  },
393
  {
394
  "type": "box",
395
- "layout": "horizontal",
396
  "margin": "md",
397
  "spacing": "sm",
398
  "contents": checkout_contents},
 
349
 
350
  checkout_contents.append({
351
  "type": "box",
352
+ "layout": "horizontal",
353
  "contents": [
354
  {
355
  "type": "text",
 
373
  "type": "bubble",
374
  "body": {
375
  "type": "box",
376
+ "layout": "horizontal",
377
  "contents": [
378
  {
379
  "type": "text",
 
392
  },
393
  {
394
  "type": "box",
395
+ "layout": "vertical",
396
  "margin": "md",
397
  "spacing": "sm",
398
  "contents": checkout_contents},