Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -427,5 +427,5 @@ gr.Interface(
|
|
| 427 |
inputs=inputs,
|
| 428 |
outputs=outputs,
|
| 429 |
title="Flight Delay Prediction with Terminal Crowd Simulation",
|
| 430 |
-
description="Predict flight delays and visualize how they affect the airport terminal crowd. As delays increase, passengers shift from gates to information desks and security points, with increasing frustration levels (blue = calm, orange = mild frustration, red = high frustration)."
|
| 431 |
).launch()
|
|
|
|
| 427 |
inputs=inputs,
|
| 428 |
outputs=outputs,
|
| 429 |
title="Flight Delay Prediction with Terminal Crowd Simulation",
|
| 430 |
+
description="Predict flight delays and visualize how they affect the airport terminal crowd. As delays increase, passengers shift from gates to information desks and security points, with increasing frustration levels (blue = calm seated passengers not experiencing any delay, green = calm passengers who aren't frustrated by the delay, orange = mild frustration, red = high frustration)."
|
| 431 |
).launch()
|