Spaces:
Runtime error
Runtime error
matiast1905
commited on
Commit
·
2f5f39f
1
Parent(s):
89dca79
change app
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as students_app:
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
course = gr.Dropdown(label="Course", choices=categorical_features["course"], value = categorical_features["course"][0])
|
83 |
-
day_evening = gr.Dropdown(label="Day/Evening", choices=categorical_features["day_evening"], categorical_features["day_evening"][0])
|
84 |
previous_education = gr.Dropdown(
|
85 |
label="Previous education", choices=categorical_features["previous_education"], value = categorical_features["previous_education"][0]
|
86 |
)
|
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
course = gr.Dropdown(label="Course", choices=categorical_features["course"], value = categorical_features["course"][0])
|
83 |
+
day_evening = gr.Dropdown(label="Day/Evening", choices=categorical_features["day_evening"], value = categorical_features["day_evening"][0])
|
84 |
previous_education = gr.Dropdown(
|
85 |
label="Previous education", choices=categorical_features["previous_education"], value = categorical_features["previous_education"][0]
|
86 |
)
|