Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -7,6 +7,7 @@ class UIManager:
|
|
7 |
|
8 |
def __init__(self):
|
9 |
"""Initializes the UIManager with predefined tabs."""
|
|
|
10 |
self.tabs = {
|
11 |
"Home": self.display_home,
|
12 |
"Dataset Analysis": self.display_dataset_analysis,
|
@@ -37,7 +38,7 @@ class UIManager:
|
|
37 |
st.markdown("<h1 style='text-align: center;'>MultiModal Learning for Visual Question Answering using World Knowledge</h1>", unsafe_allow_html=True)
|
38 |
st.write(" ")
|
39 |
st.markdown("<h2 style='text-align: center;'>(Knowledge-Based Visual Question Answering)</h2>", unsafe_allow_html=True)
|
40 |
-
st.write("""\n\nThis 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).
|
41 |
\nFurther details will be updated later""")
|
42 |
|
43 |
def display_dataset_analysis(self):
|
|
|
7 |
|
8 |
def __init__(self):
|
9 |
"""Initializes the UIManager with predefined tabs."""
|
10 |
+
|
11 |
self.tabs = {
|
12 |
"Home": self.display_home,
|
13 |
"Dataset Analysis": self.display_dataset_analysis,
|
|
|
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 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](https://www.bath.ac.uk/) under the supervision of [Mr. Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou).
|
42 |
\nFurther details will be updated later""")
|
43 |
|
44 |
def display_dataset_analysis(self):
|