Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,12 +25,13 @@ with gr.Blocks() as demo:
|
|
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.
|
29 |
-
gr.
|
30 |
-
|
31 |
-
|
32 |
-
gr.
|
33 |
-
|
|
|
34 |
B_bt_MS = gr.Button("Generate Schedule")
|
35 |
B_fl_FS=gr.File(label="Generated Schedule")
|
36 |
with gr.Tab("C - Review"):
|
|
|
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.Tab("Non-File Inputs"):
|
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)")
|
31 |
+
gr.Radio(["Bud","Blue"],label="Which crew is on A shift this week?")
|
32 |
+
with gr.Row():
|
33 |
+
gr.Radio([32, 40],label="Regular Work Hours This Week?")
|
34 |
+
gr.CheckboxGroup(["Friday", "Monday"], label="Check the boxes as appropriate if scheduling long weekend")
|
35 |
B_bt_MS = gr.Button("Generate Schedule")
|
36 |
B_fl_FS=gr.File(label="Generated Schedule")
|
37 |
with gr.Tab("C - Review"):
|