Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -43,14 +43,10 @@ class UIManager:
|
|
43 |
"""Displays the Home page of the application."""
|
44 |
|
45 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
46 |
-
st.write(" ")
|
47 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
48 |
|
49 |
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/).
|
50 |
-
\n\n\n
|
51 |
-
Developed by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)
|
52 |
-
\n\n
|
53 |
-
Dissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
|
54 |
Further details will be updated later""")
|
55 |
|
56 |
|
|
|
43 |
"""Displays the Home page of the application."""
|
44 |
|
45 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
|
|
46 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
47 |
|
48 |
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/).
|
49 |
+
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)\n\nDissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
|
|
|
|
|
|
|
50 |
Further details will be updated later""")
|
51 |
|
52 |
|