Rathapoom commited on
Commit
ba1d2f3
·
1 Parent(s): 6185354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,11 +51,12 @@ with gr.Blocks() as demo:
51
  ## OrthoPatientCall: Orthopedic Patient Name Calling System
52
  #โปรแกรมเรียกชื่อคนไข้หน้าห้องสำหรับห้องตรวจ
53
  """)
 
54
  with gr.Row():
55
  with gr.Column():
56
  gr.Markdown("อัปโหลดไฟล์ excel ตรงนี้")
57
  seed = gr.File(label="Input file excel (.xlsx)")
58
- room = gr.Radio(["1", "2", "3", "4", "5", "6","counter พยาบาล"], label="Doctor Room No.")
59
  btn = gr.Button("Generate Name List")
60
  gr.Markdown("ใส่เฉพาะเลขลำดับ ของชื่อผู้ป่วยที่ต้องการเรียก")
61
  select_name = gr.Number(label="Select number of patient's name")
 
51
  ## OrthoPatientCall: Orthopedic Patient Name Calling System
52
  #โปรแกรมเรียกชื่อคนไข้หน้าห้องสำหรับห้องตรวจ
53
  """)
54
+ room = gr.Radio(["1", "2", "3", "4", "5", "6","counter พยาบาล"], label="Doctor Room No.")
55
  with gr.Row():
56
  with gr.Column():
57
  gr.Markdown("อัปโหลดไฟล์ excel ตรงนี้")
58
  seed = gr.File(label="Input file excel (.xlsx)")
59
+
60
  btn = gr.Button("Generate Name List")
61
  gr.Markdown("ใส่เฉพาะเลขลำดับ ของชื่อผู้ป่วยที่ต้องการเรียก")
62
  select_name = gr.Number(label="Select number of patient's name")