nadish1210 commited on
Commit
f12667f
·
verified ·
1 Parent(s): bc21931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ def predict_delay(
115
  # Gradio UI
116
  # ────────────────────────────────────────────────
117
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
118
- gr.Markdown("# ✈️ Flight Delay Predictor (minutes)")
119
- gr.Markdown("**Note:** Kuch fields post-flight hain (actual times, delays). Pre-flight ke liye inko estimate karna padega.")
120
 
121
  with gr.Row():
122
  day_of_week = gr.Dropdown([1,2,3,4,5,6,7], label="Day of Week (1=Mon ... 7=Sun)", value=3)
 
115
  # Gradio UI
116
  # ────────────────────────────────────────────────
117
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
118
+ gr.Markdown("# ✈️ Flight Delay Predictor (minutes) By Nadish")
119
+ gr.Markdown("This project built at zaitoon ishraf IT camp in AI AND DATA SCIENCE completion cermony 'HACHATHON'")
120
 
121
  with gr.Row():
122
  day_of_week = gr.Dropdown([1,2,3,4,5,6,7], label="Day of Week (1=Mon ... 7=Sun)", value=3)