Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
|
@@ -42,13 +42,13 @@ class UIManager:
|
|
| 42 |
def display_home(self):
|
| 43 |
"""Displays the Home page of the application."""
|
| 44 |
|
| 45 |
-
st.
|
| 46 |
st.text('')
|
| 47 |
-
st.
|
| 48 |
st.text('')
|
| 49 |
st.text('')
|
| 50 |
st.text('')
|
| 51 |
-
st.write("""\n\n\n\nThis
|
| 52 |
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj) | Dissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
|
| 53 |
\n\nFurther details will be updated later . .""")
|
| 54 |
|
|
|
|
| 42 |
def display_home(self):
|
| 43 |
"""Displays the Home page of the application."""
|
| 44 |
|
| 45 |
+
st.title('MultiModal Learning for Visual Question Answering using World Knowledge')
|
| 46 |
st.text('')
|
| 47 |
+
st.header('(Knowledge-Based Visual Question Answering)')
|
| 48 |
st.text('')
|
| 49 |
st.text('')
|
| 50 |
st.text('')
|
| 51 |
+
st.write("""\n\n\n\nThis is an interactive application developed to demonstrate my project as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
|
| 52 |
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj) | Dissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
|
| 53 |
\n\nFurther details will be updated later . .""")
|
| 54 |
|