Hi all, Are metaflow html cards compatible with C...
# ask-metaflow
a
Hi all, Are metaflow html cards compatible with CSS? I want to create an image slider where each image represents one epoch. Thanks in advance.
1
v
yep! They are stand-alone HTML files so you can just pack all JS and CSS inline in the file and it'll work
a
Super cool! Thank you
v
you can test with this
html
card https://pypi.org/project/metaflow-card-html/
thankyou 1