Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -29,10 +29,11 @@ class UIManager:
|
|
29 |
self.tabs[selection]()
|
30 |
|
31 |
def display_home(self):
|
|
|
32 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
33 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
34 |
|
35 |
-
st.write("""This application is an interactive element of the project prepared by [Mohammed
|
36 |
\nFurther details will be updated later""")
|
37 |
|
38 |
def display_dataset_analysis(self):
|
|
|
29 |
self.tabs[selection]()
|
30 |
|
31 |
def display_home(self):
|
32 |
+
st.title("MultiModal Learning for Visual Question Answering using World Knowledge")
|
33 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
34 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
35 |
|
36 |
+
st.write("""This application is an interactive element of the project prepared by [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj) as part of the dissertation for Masters degree in Artificial Intelligence at the University of Bath under the supervision of [Mr. Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou).
|
37 |
\nFurther details will be updated later""")
|
38 |
|
39 |
def display_dataset_analysis(self):
|