Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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)
|