Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,11 +22,13 @@ 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")
|
30 |
gr.Radio(["Bud","Blue"],label="Which crew is on A shift this week?")
|
31 |
with gr.Row():
|
32 |
gr.Radio([32, 40],label="Regular Work Hours This Week?")
|
|
|
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 |
+
with gr.Row():
|
28 |
+
B_tx_PTtimestamp=gr.Textbox(label="File Change Timestamp",placeholder="Waiting for file")
|
29 |
with gr.Column():
|
30 |
with gr.Row():
|
31 |
+
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)")
|
32 |
gr.Radio(["Bud","Blue"],label="Which crew is on A shift this week?")
|
33 |
with gr.Row():
|
34 |
gr.Radio([32, 40],label="Regular Work Hours This Week?")
|