Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ inputs = [
|
|
60 |
gr.Number(label="Age"),
|
61 |
gr.Dropdown(label="Gender", choices=["Male", "Female"]),
|
62 |
gr.Number(label="Family Income"),
|
63 |
-
gr.Number(label="Attendance (0-
|
64 |
gr.Number(label="Grades (0-100)"),
|
65 |
gr.Dropdown(label="Paying School Feeding", choices=["Yes", "No"]),
|
66 |
gr.Number(label="Feeding Rate (0-4)"),
|
|
|
60 |
gr.Number(label="Age"),
|
61 |
gr.Dropdown(label="Gender", choices=["Male", "Female"]),
|
62 |
gr.Number(label="Family Income"),
|
63 |
+
gr.Number(label="Attendance (0-100)"),
|
64 |
gr.Number(label="Grades (0-100)"),
|
65 |
gr.Dropdown(label="Paying School Feeding", choices=["Yes", "No"]),
|
66 |
gr.Number(label="Feeding Rate (0-4)"),
|