Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -38,8 +38,12 @@ class UIManager:
|
|
38 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
39 |
st.write(" ")
|
40 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
41 |
-
st.write("""\n\nThis application is an interactive element of the project
|
42 |
-
\
|
|
|
|
|
|
|
|
|
43 |
|
44 |
def display_dataset_analysis(self):
|
45 |
"""Displays the Dataset Analysis page."""
|
|
|
38 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
39 |
st.write(" ")
|
40 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
41 |
+
st.write("""\n\nThis application is an interactive element of the project as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
|
42 |
+
\n\n\n
|
43 |
+
Developed by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)
|
44 |
+
\n\n
|
45 |
+
Dissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
|
46 |
+
Further details will be updated later""")
|
47 |
|
48 |
def display_dataset_analysis(self):
|
49 |
"""Displays the Dataset Analysis page."""
|