aiqtech commited on
Commit
c720614
โ€ข
1 Parent(s): 57feab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -73,16 +73,16 @@ with gr.Blocks() as app:
73
  with gr.Row():
74
  with gr.Column(scale=1):
75
  onfftid = gr.Textbox(label="์˜จ์˜คํ”„์ฝ”๋ฆฌ์•„ TID", value="OFPT000000011017")
76
- tot_amt = gr.Number(label="๊ฒฐ์ œ๊ธˆ์•ก", required=True)
77
  com_tax_amt = gr.Number(label="๊ณผ์„ธ์Šน์ธ๊ธˆ์•ก")
78
  com_free_amt = gr.Number(label="๋น„๊ณผ์„ธ์Šน์ธ๊ธˆ์•ก")
79
  com_vat_amt = gr.Number(label="๋ถ€๊ฐ€์„ธ")
80
- card_no = gr.Textbox(label="์นด๋“œ๋ฒˆํ˜ธ", required=True)
81
  install_period = gr.Dropdown(choices=[f"{str(i).zfill(2)} - {i if i > 0 else '์ผ์‹œ๋ถˆ'}๊ฐœ์›”" for i in range(13)], label="ํ• ๋ถ€๊ธฐ๊ฐ„ ์„ ํƒ", value="00 - ์ผ์‹œ๋ถˆ")
82
- user_nm = gr.Textbox(label="๊ฒฐ์ œ์ž๋ช…", required=True)
83
- user_phone2 = gr.Textbox(label="๊ฒฐ์ œ์ž ์—ฐ๋ฝ์ฒ˜", required=True)
84
- product_nm = gr.Textbox(label="์ƒํ’ˆ๋ช…", required=True)
85
- expire_date = gr.Textbox(label="์œ ํšจ๊ธฐ๊ฐ„(YYMM)", required=True)
86
  cert_type = gr.Radio(choices=["0 - ์ธ์ฆ", "1 - ๋น„์ธ์ฆ"], label="์ธ์ฆ์—ฌ๋ถ€ ์„ ํƒ", value="0 - ์ธ์ฆ")
87
  card_user_type = gr.Radio(choices=["0 - ๊ฐœ์ธ์นด๋“œ", "1 - ๋ฒ•์ธ์นด๋“œ"], label="์นด๋“œ์œ ํ˜• ์„ ํƒ", value="0 - ๊ฐœ์ธ์นด๋“œ")
88
  auth_value = gr.Textbox(label="์ธ์ฆ๋ฒˆํ˜ธ (์ธ์ฆ ์‹œ ํ•„์ˆ˜)")
 
73
  with gr.Row():
74
  with gr.Column(scale=1):
75
  onfftid = gr.Textbox(label="์˜จ์˜คํ”„์ฝ”๋ฆฌ์•„ TID", value="OFPT000000011017")
76
+ tot_amt = gr.Number(label="๊ฒฐ์ œ๊ธˆ์•ก")
77
  com_tax_amt = gr.Number(label="๊ณผ์„ธ์Šน์ธ๊ธˆ์•ก")
78
  com_free_amt = gr.Number(label="๋น„๊ณผ์„ธ์Šน์ธ๊ธˆ์•ก")
79
  com_vat_amt = gr.Number(label="๋ถ€๊ฐ€์„ธ")
80
+ card_no = gr.Textbox(label="์นด๋“œ๋ฒˆํ˜ธ")
81
  install_period = gr.Dropdown(choices=[f"{str(i).zfill(2)} - {i if i > 0 else '์ผ์‹œ๋ถˆ'}๊ฐœ์›”" for i in range(13)], label="ํ• ๋ถ€๊ธฐ๊ฐ„ ์„ ํƒ", value="00 - ์ผ์‹œ๋ถˆ")
82
+ user_nm = gr.Textbox(label="๊ฒฐ์ œ์ž๋ช…")
83
+ user_phone2 = gr.Textbox(label="๊ฒฐ์ œ์ž ์—ฐ๋ฝ์ฒ˜")
84
+ product_nm = gr.Textbox(label="์ƒํ’ˆ๋ช…")
85
+ expire_date = gr.Textbox(label="์œ ํšจ๊ธฐ๊ฐ„(YYMM)")
86
  cert_type = gr.Radio(choices=["0 - ์ธ์ฆ", "1 - ๋น„์ธ์ฆ"], label="์ธ์ฆ์—ฌ๋ถ€ ์„ ํƒ", value="0 - ์ธ์ฆ")
87
  card_user_type = gr.Radio(choices=["0 - ๊ฐœ์ธ์นด๋“œ", "1 - ๋ฒ•์ธ์นด๋“œ"], label="์นด๋“œ์œ ํ˜• ์„ ํƒ", value="0 - ๊ฐœ์ธ์นด๋“œ")
88
  auth_value = gr.Textbox(label="์ธ์ฆ๋ฒˆํ˜ธ (์ธ์ฆ ์‹œ ํ•„์ˆ˜)")