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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -178,11 +178,7 @@ with gr.Blocks(title=title) as demo:
178
  with gr.Column(visible=True) as output_col:
179
  label = gr.Label(label = "Predicted Label")
180
  submit_btn = gr.Button("Analyze")
181
-
182
- with gr.Column(visible=True) as output_col:
183
- label = gr.Label(label = "Predicted Label")
184
- local_plot = gr.Plot(label = 'Shap:')
185
-
186
  submit_btn.click(
187
  main_func,
188
  [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies,
 
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(
183
  main_func,
184
  [HighBP, HighChol, CholCheck, BMI, Smoker, Stroke, HeartDiseaseorAttack, PhysActivity, Fruits, Veggies,