sialnoman318 commited on
Commit
ed62793
·
verified ·
1 Parent(s): d2c1f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ interface = gr.Interface(
107
  gr.Dataframe(label="Optimized Schedule"), # Tabular output
108
  gr.Textbox(label="Conflicts") # Text output for conflict details
109
  ],
110
- title="Dynamic Intelligent Resource Loading",
111
  description="Upload a construction schedule with at least a 'task' column. The app will dynamically infer other details and optimize the schedule."
112
  )
113
 
 
107
  gr.Dataframe(label="Optimized Schedule"), # Tabular output
108
  gr.Textbox(label="Conflicts") # Text output for conflict details
109
  ],
110
+ title="Smart Construction Resource Loading",
111
  description="Upload a construction schedule with at least a 'task' column. The app will dynamically infer other details and optimize the schedule."
112
  )
113