Othniel74 commited on
Commit
e517d0e
·
verified ·
1 Parent(s): 3efc156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as app:
102
 
103
  with gr.Row():
104
  with gr.Column():
105
- gr.Markdown("#### FEATURE INTERACTIONS: Note that this function only supports SHAP; LIME & Neural Network are not supported")
106
  network_graph = gr.Plot(label="Network Graph")
107
  network_explainer = gr.Text(label="Network Graph Explanation")
108
  top_main_effect = gr.Text(label="Top Main Effect", lines=7)
 
102
 
103
  with gr.Row():
104
  with gr.Column():
105
+ gr.Markdown("#### FEATURE INTERACTIONS: Note that this function only supports SHAP. LIME & Neural Network are not supported")
106
  network_graph = gr.Plot(label="Network Graph")
107
  network_explainer = gr.Text(label="Network Graph Explanation")
108
  top_main_effect = gr.Text(label="Top Main Effect", lines=7)