Fixed static image error on expert app

This commit is contained in:
Luis Aleixo 2022-08-11 11:20:17 +01:00
parent 1426097c56
commit d836314bba
3 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"metadata": {},
"source": [
"<div style=\"text-align: center;\" align=\"center\" >\n",
"<img src=\"files/header_image.png\" style=\"height:8em\"></img></div>\n",
"<img src=\"static/images/header_image.png\" style=\"height:8em\"></img></div>\n",
"<p style=\"text-align: center;\">\n",
"Please see the <a href=\"https://cara.web.cern.ch/\">CARA homepage</a> for details on the methodology, assumptions and limitations of CARA.</p>"
]

View file

@ -1 +0,0 @@
../cara/apps/static

View file

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB