Update app.py
Browse files
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="
|
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 |
|