Spaces:
Runtime error
Runtime error
Updated to dsfsi/za-lid
Browse files
app.py
CHANGED
@@ -112,10 +112,10 @@ def render_svg(svg):
|
|
112 |
def render_metadata():
|
113 |
"""Renders the metadata."""
|
114 |
html = r"""<p align="center">
|
115 |
-
<a href="https://huggingface.co/
|
116 |
-
<a href="https://github.com/
|
117 |
-
<a href="https://github.com/
|
118 |
-
<a href="https://github.com/
|
119 |
</p>"""
|
120 |
c = st.container()
|
121 |
c.write(html, unsafe_allow_html=True)
|
|
|
112 |
def render_metadata():
|
113 |
"""Renders the metadata."""
|
114 |
html = r"""<p align="center">
|
115 |
+
<a href="https://huggingface.co/dsfsi/za-lid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
|
116 |
+
<a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
|
117 |
+
<a href="https://github.com/dsfsi/za-lid/blob/main/LICENSE.md"><img alt="GitHub license" src="https://img.shields.io/github/dsfsi/za-lid?logoColor=blue"></a>
|
118 |
+
<a href="https://github.com/dsfsi/za-lid"><img alt="GitHub stars" src="https://img.shields.io/github/dsfsi/za-lid"></a>
|
119 |
</p>"""
|
120 |
c = st.container()
|
121 |
c.write(html, unsafe_allow_html=True)
|