marirena commited on
Commit
06b133e
·
verified ·
1 Parent(s): 60d9351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -992,7 +992,7 @@ explainer =shap.TreeExplainer(model)
992
  with gr.Blocks(theme=gr.themes.Default(spacing_size="md", primary_hue="red", secondary_hue="blue")) as demo:
993
  gr.HTML("""
994
  <div style="margin-top: 20px; text-align: center;">
995
- <h1 style="font-size: 36px; font-weight: bold; color: #377eb8; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);">
996
  Enhancing Dementia Care: An Interpretable Machine Learning Tool for In-Home Screening of Agitation Episodes
997
  </h1>
998
  </div>
 
992
  with gr.Blocks(theme=gr.themes.Default(spacing_size="md", primary_hue="red", secondary_hue="blue")) as demo:
993
  gr.HTML("""
994
  <div style="margin-top: 20px; text-align: center;">
995
+ <h1 style="font-size: 36px; font-weight: bold; color: #377eb8;">
996
  Enhancing Dementia Care: An Interpretable Machine Learning Tool for In-Home Screening of Agitation Episodes
997
  </h1>
998
  </div>