Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
|
|
70 |
with gr.Tab("Inspect Template"):
|
71 |
gr.Markdown("On this tab you can have the program generate a schedule using only the template file so as to confirm the template was entered correctly for program interpretation")
|
72 |
with gr.Tab("Force Stop Mid-Scheduling"):
|
73 |
-
gr.Markdown("On this tab you can observe what a schedule looked like after making a specific number of assignments. Iteration number can be retrieved from
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
C_tx_FS = gr.Textbox(label="Time Of Full Schedule Generation",placeholder="N/A")
|
|
|
70 |
with gr.Tab("Inspect Template"):
|
71 |
gr.Markdown("On this tab you can have the program generate a schedule using only the template file so as to confirm the template was entered correctly for program interpretation")
|
72 |
with gr.Tab("Force Stop Mid-Scheduling"):
|
73 |
+
gr.Markdown("On this tab you can observe what a schedule looked like after making a specific number of assignments. Iteration number can be retrieved from the bottom of the verbose assignment list tab of a generated schedule.")
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
C_tx_FS = gr.Textbox(label="Time Of Full Schedule Generation",placeholder="N/A")
|