DavidD003 commited on
Commit
1bd5742
·
1 Parent(s): a2375a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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.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?")
33
- gr.CheckboxGroup(["Friday", "Monday"], label="Check the boxes as appropriate if scheduling long weekend")
 
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"):