anujkum0x commited on
Commit
8e66c12
·
verified ·
1 Parent(s): f8a37da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -737,7 +737,7 @@ with gr.Blocks(title="Staff Scheduling Optimizer", css="""
737
  """) as iface:
738
 
739
  gr.Markdown("# Staff Scheduling Optimizer")
740
- gr.Markdown("Upload a CSV file with cycle data and configure parameters to generate an optimal staff schedule. 'Max Hours per Staff' is based on a standard 28-day period and will be automatically scaled based on your data length.")
741
 
742
  with gr.Row():
743
  # LEFT PANEL - Inputs
 
737
  """) as iface:
738
 
739
  gr.Markdown("# Staff Scheduling Optimizer")
740
+ gr.Markdown("Upload a CSV file with cycle data and configure parameters to generate an optimal staff schedule.")
741
 
742
  with gr.Row():
743
  # LEFT PANEL - Inputs