Spaces:
Sleeping
Sleeping
herf remove target self
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def main_page():
|
|
107 |
with st.expander(f"{skill.author}/{skill.skill_name}", expanded=True):
|
108 |
tags = "`{}`".format("`\t\t`".join(skill.skill_tags))
|
109 |
st.markdown(f"{tags}")
|
110 |
-
st.markdown(f"**<a href='https://huggingface.co/spaces/{skill.repo_id}?page=detail_page&skill_name={skill.skill_name}' style='font-size: 22px;'
|
111 |
st.markdown(f">**{skill.skill_description}**")
|
112 |
st.markdown("Install:")
|
113 |
install = f"import creator\ncreator.create(huggingface_repo_id=\"{skill.repo_id}\", huggingface_skill_path=\"{skill.skill_name}\")"
|
|
|
107 |
with st.expander(f"{skill.author}/{skill.skill_name}", expanded=True):
|
108 |
tags = "`{}`".format("`\t\t`".join(skill.skill_tags))
|
109 |
st.markdown(f"{tags}")
|
110 |
+
st.markdown(f"**<a href='https://huggingface.co/spaces/{skill.repo_id}?page=detail_page&skill_name={skill.skill_name}' style='font-size: 22px;'>{skill.author}/{skill.skill_name}</a>**", unsafe_allow_html=True)
|
111 |
st.markdown(f">**{skill.skill_description}**")
|
112 |
st.markdown("Install:")
|
113 |
install = f"import creator\ncreator.create(huggingface_repo_id=\"{skill.repo_id}\", huggingface_skill_path=\"{skill.skill_name}\")"
|