Beladiaamy commited on
Commit
49eb61f
·
verified ·
1 Parent(s): 77356a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -177,6 +177,8 @@ with gr.Blocks(title=title) as demo:
177
 
178
  with gr.Column(visible=True) as output_col:
179
  label = gr.Label(label = "Predicted Label")
 
 
180
  submit_btn = gr.Button("Analyze")
181
 
182
  submit_btn.click(
 
177
 
178
  with gr.Column(visible=True) as output_col:
179
  label = gr.Label(label = "Predicted Label")
180
+ local_plot = gr.Plot(label = 'Shap:')
181
+
182
  submit_btn = gr.Button("Analyze")
183
 
184
  submit_btn.click(