Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -103,6 +103,8 @@ class UIManager():
|
|
103 |
Returns:
|
104 |
None
|
105 |
"""
|
|
|
|
|
106 |
|
107 |
run_home()
|
108 |
|
@@ -205,7 +207,7 @@ class UIManager():
|
|
205 |
"""
|
206 |
|
207 |
st.title("Code")
|
208 |
-
st.markdown("You can view the code for this project on HuggingFace
|
209 |
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/KB-VQA/tree/main)", unsafe_allow_html=True)
|
210 |
|
211 |
|
|
|
103 |
Returns:
|
104 |
None
|
105 |
"""
|
106 |
+
st.markdown("<h1 style='text-align: center;'>Multimodal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
107 |
+
st.markdown("<h2 style='text-align: center;'>Knowledge-Based Visual Question Answering - KBVQA</h2>", unsafe_allow_html=True)
|
108 |
|
109 |
run_home()
|
110 |
|
|
|
207 |
"""
|
208 |
|
209 |
st.title("Code")
|
210 |
+
st.markdown("You can view the code for this project on HuggingFace repository.")
|
211 |
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/KB-VQA/tree/main)", unsafe_allow_html=True)
|
212 |
|
213 |
|