DavidD003 commited on
Commit
9a3cbe3
·
1 Parent(s): 522b018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -22,8 +22,9 @@ with gr.Blocks() as demo:
22
  B_fl_Tref=gr.File(label="Temp Refusal Sheet")
23
  with gr.Row():
24
  with gr.Column():
25
- B_fl_PT=gr.File(label="Primed Template File")
26
- B_tx_PTtimestamp=gr.Textbox(label="File Change Timestamp",placeholder="Waiting for file")
 
27
  with gr.Column():
28
  with gr.Row():
29
  gr.Radio(["Yes", "No"],label="Assign OT to WWF? (If 'yes', WWF will be considered for filling in slots beyond their prescribed shifts in the Assignment List)")
 
22
  B_fl_Tref=gr.File(label="Temp Refusal Sheet")
23
  with gr.Row():
24
  with gr.Column():
25
+ with gr.Row():
26
+ B_fl_PT=gr.File(label="Primed Template File")
27
+ B_tx_PTtimestamp=gr.Textbox(label="File Change Timestamp",placeholder="Waiting for file")
28
  with gr.Column():
29
  with gr.Row():
30
  gr.Radio(["Yes", "No"],label="Assign OT to WWF? (If 'yes', WWF will be considered for filling in slots beyond their prescribed shifts in the Assignment List)")