kevinhug commited on
Commit
c559868
·
1 Parent(s): a6b6a76
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -220,10 +220,11 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
220
  """)
221
 
222
  with gr.Tab("Explainable AI"):
223
- gr.Markdown("""
224
- Explain by Dataset
225
- =============
226
- ![](xgb/data.png)
 
227
  sorted feature from top(most import)
228
 
229
  dist_subway when at low value(green) make big impact to price
 
220
  """)
221
 
222
  with gr.Tab("Explainable AI"):
223
+
224
+ gr.HTML("""
225
+ <h1>Explain by Dataset</h1>
226
+ <br/>
227
+ <img src="xgb/data.png" />
228
  sorted feature from top(most import)
229
 
230
  dist_subway when at low value(green) make big impact to price