Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 100 |
with gr.Column(visible=True, scale=1, min_width=600):
|
| 101 |
label = gr.Label(label="Predicted Default Risk")
|
| 102 |
local_plot = gr.Plot(label="SHAP Explanation Plot")
|
| 103 |
-
profile_image = gr.Image(label="Customer Profile Image", width=
|
| 104 |
|
| 105 |
submit_btn.click(
|
| 106 |
main_func,
|
|
|
|
| 100 |
with gr.Column(visible=True, scale=1, min_width=600):
|
| 101 |
label = gr.Label(label="Predicted Default Risk")
|
| 102 |
local_plot = gr.Plot(label="SHAP Explanation Plot")
|
| 103 |
+
profile_image = gr.Image(label="Customer Profile Image", width=400, height=400)
|
| 104 |
|
| 105 |
submit_btn.click(
|
| 106 |
main_func,
|