Closed epogrebnyak closed 2 years ago
The badge should be "SSG" on black and a number on blue or light green background. The number currently is 36, it is calculated in strealit_app.py
Badge SVG can be generated by https://github.com/google/pybadges/blob/5973dbf35dc32d394166a6d4db7693ecb65a8452/pybadges/__init__.py#L115
SVG is rendered with st.image(). Not clear how can one attach a link to image (a href).
maybe create badge.py for this issue
@finrod-felagund23 @FinrodNom - откуда возникла потребность затирать .replace('xlink:', '')? Это на что-то влияло?
https://gist.github.com/treuille/8b9cbfec270f7cda44c5fc398361b3b1
Superceded by #30
The badge should be "SSG" on black and a number on blue or light green background. The number currently is 36, it is calculated in strealit_app.py
Badge SVG can be generated by https://github.com/google/pybadges/blob/5973dbf35dc32d394166a6d4db7693ecb65a8452/pybadges/__init__.py#L115
SVG is rendered with st.image(). Not clear how can one attach a link to image (a href).