Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,15 +98,6 @@ with gr.Blocks(title="🧠 Group 5 | Income Story Predictor") as demo:
|
|
98 |
outputs=[result_label, shap_plot, summary]
|
99 |
)
|
100 |
|
101 |
-
gr.Examples(
|
102 |
-
examples=[
|
103 |
-
[22, "Some-college", "Male", 0, 0, 28],
|
104 |
-
[45, "Masters", "Female", 9999, 0, 50],
|
105 |
-
[39, "Doctorate", "Male", 0, 1902, 60],
|
106 |
-
],
|
107 |
-
inputs=[age, education_label, sex, capital_gain, capital_loss, hours_per_week]
|
108 |
-
)
|
109 |
-
|
110 |
gr.Markdown("---")
|
111 |
gr.Markdown("Group 5 :)")
|
112 |
|
|
|
98 |
outputs=[result_label, shap_plot, summary]
|
99 |
)
|
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
gr.Markdown("---")
|
102 |
gr.Markdown("Group 5 :)")
|
103 |
|