DavidD003 commited on
Commit
3056b4b
·
1 Parent(s): 29cfcac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
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
-
35
  with gr.Tab("C - Review"):
36
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
37
  with gr.Row():
 
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
+ A_bt_PT = gr.Button("Generate Schedule")
35
  with gr.Tab("C - Review"):
36
  gr.Markdown("Start typing below and then click **Run** to see the output.2")
37
  with gr.Row():