Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -50,12 +50,17 @@ class UIManager():
|
|
50 |
st.title('MultiModal Learning for Visual Question Answering using World Knowledge')
|
51 |
st.text('')
|
52 |
st.header('(Knowledge-Based Visual Question Answering)')
|
53 |
-
st.
|
54 |
-
st.
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
def display_dataset_analysis(self):
|
@@ -104,7 +109,7 @@ class UIManager():
|
|
104 |
|
105 |
st.title("Code")
|
106 |
st.markdown("You can view the code for this project on HuggingFace Space files page.")
|
107 |
-
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/
|
108 |
|
109 |
|
110 |
def display_placeholder(self):
|
|
|
50 |
st.title('MultiModal Learning for Visual Question Answering using World Knowledge')
|
51 |
st.text('')
|
52 |
st.header('(Knowledge-Based Visual Question Answering)')
|
53 |
+
col1, col2 = st.columns([3, 1])
|
54 |
+
with st.col1:
|
55 |
+
st.text('')
|
56 |
+
st.text('')
|
57 |
+
st.text('')
|
58 |
+
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/).
|
59 |
+
\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)
|
60 |
+
\n\nFurther details will be updated later . .""")
|
61 |
+
|
62 |
+
with st.col2:
|
63 |
+
st.write("HHHHHHHHHHHHHHHHHHHHHHHHH")
|
64 |
|
65 |
|
66 |
def display_dataset_analysis(self):
|
|
|
109 |
|
110 |
st.title("Code")
|
111 |
st.markdown("You can view the code for this project on HuggingFace Space files page.")
|
112 |
+
st.markdown("[View Code](https://huggingface.co/spaces/m7mdal7aj/Mohammed_Alhaj_KB-VQA/tree/main)", unsafe_allow_html=True)
|
113 |
|
114 |
|
115 |
def display_placeholder(self):
|