AlbertMaaaa commited on
Commit
9c30190
·
verified ·
1 Parent(s): e7cbf98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200, height=200)
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,