Skip to content

Commit bce15f5

Browse files
dweindldilpath
andauthored
Update src/python/benchmark_models_petab/overview.py
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
1 parent c0aaef4 commit bce15f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/benchmark_models_petab/overview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def get_formatter(col: str):
364364
if pd.api.types.is_integer_dtype(df[col].dtype):
365365
return NumberFormatter(text_align="right")
366366
if col in ("reference_uris", "sbml4humans_urls"):
367-
icon = "📚" if col == "reference_uris" else "🧮"
367+
icon = "📚" if col == "reference_uris" else "🌠"
368368
return HTMLTemplateFormatter(
369369
template="""
370370
<%

0 commit comments

Comments
 (0)