Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -206,7 +206,7 @@ class UIManager():
|
|
206 |
|
207 |
st.title("Code")
|
208 |
st.markdown("You can view the code for this project on HuggingFace Space files page.")
|
209 |
-
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/
|
210 |
|
211 |
|
212 |
def display_placeholder(self) -> None:
|
|
|
206 |
|
207 |
st.title("Code")
|
208 |
st.markdown("You can view the code for this project on HuggingFace Space files page.")
|
209 |
+
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/KB-VQA/tree/main)", unsafe_allow_html=True)
|
210 |
|
211 |
|
212 |
def display_placeholder(self) -> None:
|