Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -30,7 +30,7 @@ class UIManager:
|
|
30 |
|
31 |
def display_home(self):
|
32 |
st.title("MultiModal Learning for Visual Question Answering using World Knowledge")
|
33 |
-
st.header(
|
34 |
st.subheader("Welcome to the application")
|
35 |
st.markdown("# Main Title")
|
36 |
st.markdown("## Subtitle")
|
|
|
30 |
|
31 |
def display_home(self):
|
32 |
st.title("MultiModal Learning for Visual Question Answering using World Knowledge")
|
33 |
+
st.header("(Knowledge-Based Visual Question Answering)")
|
34 |
st.subheader("Welcome to the application")
|
35 |
st.markdown("# Main Title")
|
36 |
st.markdown("## Subtitle")
|