Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ receipt_sheet_headers = ['๋ฐํ์ผ', '์ํธ', '์ฌ์
์๋ฒํธ', 'ํฉ๊ณ๊ธ์ก
|
|
65 |
# at index 1 '๋ฑ๋ก ์ผ์', at last index '๋ช
ํจ๋ณด๊ธฐ'
|
66 |
business_card_sheet_headers = ['๋ช
ํจ', '์ด๋ฆ', 'ํด๋์ ํ', '์ด๋ฉ์ผ', '์ ์ ์ ํ', 'ํฉ์ค๋ฒํธ', 'ํ์ฌ๋ช
', '๋ถ์๋ช
', '์ฃผ์']
|
67 |
sms_sheet_headers = ['๋ ์ง', '๊ณ์ข', '์
๊ธ', '์ถ๊ธ', '์์ก', '๋ฌธ์']
|
68 |
-
contact_sheet_headers = ['๋ช
ํจ
|
69 |
-
|
70 |
|
71 |
receipts_ss = 0
|
72 |
business_cards_ss = 344204272
|
|
|
65 |
# at index 1 '๋ฑ๋ก ์ผ์', at last index '๋ช
ํจ๋ณด๊ธฐ'
|
66 |
business_card_sheet_headers = ['๋ช
ํจ', '์ด๋ฆ', 'ํด๋์ ํ', '์ด๋ฉ์ผ', '์ ์ ์ ํ', 'ํฉ์ค๋ฒํธ', 'ํ์ฌ๋ช
', '๋ถ์๋ช
', '์ฃผ์']
|
67 |
sms_sheet_headers = ['๋ ์ง', '๊ณ์ข', '์
๊ธ', '์ถ๊ธ', '์์ก', '๋ฌธ์']
|
68 |
+
contact_sheet_headers = ['๋ช
ํจ ๋ฑ๋ก ์ผ์', '์ด๋ฆ', 'ํ์ฌ๋ช
', '์์ ๋ฐ ์ง์', 'ํด๋ํฐ', 'ํฉ์ค', 'e-mail', 'ํํ์ด์ง']
|
|
|
69 |
|
70 |
receipts_ss = 0
|
71 |
business_cards_ss = 344204272
|