DavidD003 commited on
Commit
1de97ef
1 Parent(s): 176d922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -69,21 +69,21 @@ with gr.Blocks() as demo:
69
  B_bt_MS = gr.Button("Generate Schedule")
70
  B_fl_FS=gr.File(label="Generated Schedule")
71
  B_tx_FTtimestamp=gr.Textbox(label="File Change Timestamp - Completed Schedule",placeholder="Waiting for first run")
72
- with gr.Tab("C - Review"):
73
  #with gr.Tab("Inspect Template"):
74
  #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. This process builds the template using all inputs present in tab B. Inputs are required for building the template.")
75
  #C_bt_MT = gr.Button("Generate Template")
76
  #C_fl_T=gr.File(label="Generated Template")
77
  #C_tx_Ttimestamp=gr.Textbox(label="File Change Timestamp - Generated Template",placeholder="Waiting for first run.")
78
- with gr.Tab("Force Stop Mid-Scheduling"):
79
- 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.")
80
- with gr.Row():
81
- with gr.Column():
82
- C_tx_FS = gr.Textbox(label="Time Of Full Schedule Generation",placeholder="N/A")
83
- C_nm_PS = gr.Number(label="Limit Number for Total Assignments")
84
- with gr.Column():
85
- C_fl_PS=gr.File(label="Partially Complete Schedule")
86
- C_bt_PS = gr.Button("Partially Generate Schedule")
87
 
88
  #######################
89
  #Third Define the Interactions
 
69
  B_bt_MS = gr.Button("Generate Schedule")
70
  B_fl_FS=gr.File(label="Generated Schedule")
71
  B_tx_FTtimestamp=gr.Textbox(label="File Change Timestamp - Completed Schedule",placeholder="Waiting for first run")
72
+ #with gr.Tab("C - Review"):
73
  #with gr.Tab("Inspect Template"):
74
  #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. This process builds the template using all inputs present in tab B. Inputs are required for building the template.")
75
  #C_bt_MT = gr.Button("Generate Template")
76
  #C_fl_T=gr.File(label="Generated Template")
77
  #C_tx_Ttimestamp=gr.Textbox(label="File Change Timestamp - Generated Template",placeholder="Waiting for first run.")
78
+ #with gr.Tab("Force Stop Mid-Scheduling"):
79
+ #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.")
80
+ #with gr.Row():
81
+ #with gr.Column():
82
+ #C_tx_FS = gr.Textbox(label="Time Of Full Schedule Generation",placeholder="N/A")
83
+ #C_nm_PS = gr.Number(label="Limit Number for Total Assignments")
84
+ #with gr.Column():
85
+ #C_fl_PS=gr.File(label="Partially Complete Schedule")
86
+ #C_bt_PS = gr.Button("Partially Generate Schedule")
87
 
88
  #######################
89
  #Third Define the Interactions