explain
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
221 |
|
222 |
with gr.Tab("Explainable AI"):
|
223 |
|
224 |
-
gr.
|
225 |
<h1>Explain by Dataset</h1>
|
226 |
<br/>
|
227 |
<img src="data.png" />
|
@@ -247,7 +247,7 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
247 |
|
248 |
Explain by Record
|
249 |
=============
|
250 |
-

|
251 |
the largest contribution to positive price is dist_subway
|
252 |
|
253 |
second contribution is age
|
|
|
221 |
|
222 |
with gr.Tab("Explainable AI"):
|
223 |
|
224 |
+
gr.Markdown("""
|
225 |
<h1>Explain by Dataset</h1>
|
226 |
<br/>
|
227 |
<img src="data.png" />
|
|
|
247 |
|
248 |
Explain by Record
|
249 |
=============
|
250 |
+

|
251 |
the largest contribution to positive price is dist_subway
|
252 |
|
253 |
second contribution is age
|