Update app.py
Browse files
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(
|