Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
26 |
-
|
|
|
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)")
|