s.plt.html(
order=0,
html=(
"<p style='background-color: #daf4f0';>"
"Comparing the results of predictions that happened in previous "
"periods vs reality, so that you can measure the accuracy of our predictor."
"</p>"
)
)
2. Title for HTML, changing data, size and padding
s.plt.html(
order=0, cols_size=8,
padding='0,0,0,2',
html=(
"<p style='background-color: #daf4f0';>"
"The goal of this logistics plan is to meet customer "
"requirements in a timely, cost-effective manner."
"</p>"
)
)
3. Adding graphic HTML component
Warning: We do not recommend to abuse on this technique since it can remarkably reduce the performance of your Data App, if possible use Shimoku components.