Duy-NM commited on
Commit
30e7b08
1 Parent(s): 0174efb

add card visit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as cardvisit_lb:
107
  with gr.Blocks() as demo:
108
  gr.Markdown('<h1 style="text-align: center;">V-Reader</h1>')
109
  gr.Markdown("*Chọn chức năng bạn muốn trải nghiệm")
110
- gr.TabbedInterface([idcard_bl, pp_bl, license_bl, register_bl], ["CMT/CCCD", "PassPort", "Bằng lái xe", "Đăng ký xe"])
111
  gr.Markdown('<span style="color:red">*Chúng tôi cam kết không lưu trữ và sử dụng dữ liệu của bạn</span>.')
112
 
113
 
 
107
  with gr.Blocks() as demo:
108
  gr.Markdown('<h1 style="text-align: center;">V-Reader</h1>')
109
  gr.Markdown("*Chọn chức năng bạn muốn trải nghiệm")
110
+ gr.TabbedInterface([idcard_bl, pp_bl, license_bl, register_bl, cardvisit_lb], ["CMT/CCCD", "PassPort", "Bằng lái xe", "Đăng ký xe", "Danh thiếp"])
111
  gr.Markdown('<span style="color:red">*Chúng tôi cam kết không lưu trữ và sử dụng dữ liệu của bạn</span>.')
112
 
113