Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -30,7 +30,11 @@ class UIManager:
|
|
30 |
|
31 |
def display_home(self):
|
32 |
st.title("MultiModal Learning for Visual Question Answering using World Knowledge")
|
33 |
-
st.
|
|
|
|
|
|
|
|
|
34 |
st.write("""This application is an interactive element of the project prepared by [Mohammed 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).
|
35 |
\nFurther details will be updated later""")
|
36 |
|
|
|
30 |
|
31 |
def display_home(self):
|
32 |
st.title("MultiModal Learning for Visual Question Answering using World Knowledge")
|
33 |
+
st.header()("(Knowledge-Based Visual Question Answering)")
|
34 |
+
st.subheader("Welcome to the application")
|
35 |
+
st.markdown("# Main Title")
|
36 |
+
st.markdown("## Subtitle")
|
37 |
+
st.markdown("### Smaller Title")
|
38 |
st.write("""This application is an interactive element of the project prepared by [Mohammed 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).
|
39 |
\nFurther details will be updated later""")
|
40 |
|