DavidD003 commited on
Commit
6d606d6
·
1 Parent(s): 4d0c01f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 top of 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")
 
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")