Feranmii commited on
Commit
014876b
·
verified ·
1 Parent(s): 656773c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()