Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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)
|