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