Spaces:
Runtime error
Runtime error
File size: 658 Bytes
09cc59b 3370ff8 079ad0e 3370ff8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
title = """<h2 id="title">vicellst</h2>"""
description = """
Citation for the dataset used to train the model and provide examples in this interface:
> @dataset{komura_daisuke_2022_7412739,
> author = {Komura, Daisuke},
> title = {{Large-scale annotation dataset for cell/tissue
> segmentation in H\&E-stained images : anti-CD45RB
> (leukocytes)}},
> month = apr,
> year = 2022,
> publisher = {Zenodo},
> version = {0.3},
> doi = {10.5281/zenodo.7412739},
> url = {https://doi.org/10.5281/zenodo.7412739}
}
"""
css = """
h2#title {
text-align: left;
}
""" |