m7mdal7aj commited on
Commit
1c7b9f5
1 Parent(s): 0946b98

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +4 -1
my_model/utilities/ui_manager.py CHANGED
@@ -50,7 +50,7 @@ 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
- col1, col2 = st.columns([3, 1])
54
  with col1:
55
  st.text('')
56
  st.text('')
@@ -65,6 +65,9 @@ class UIManager():
65
  st.write("""\n\n\nThis is an interactive application built to demonstrate the project developed and allow for interaction with the KB-VQA model as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
66
  \n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)""")
67
  with col2:
 
 
 
68
  st.image("Files/mm.jpeg")
69
  st.write("""I am profoundly grateful for the support and guidance I have received throughout the course of my dissertation. I would like to extend my deepest appreciation to the following individuals:
70
  \nTo my supervisor, [Dr. Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou), whose expertise, and insightful guidance have been instrumental in the completion of this research. Your mentorship has not only profoundly shaped my work but also my future endeavours in the field of computer science.
 
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, col3 = st.columns([2, 1, 1])
54
  with col1:
55
  st.text('')
56
  st.text('')
 
65
  st.write("""\n\n\nThis is an interactive application built to demonstrate the project developed and allow for interaction with the KB-VQA model as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
66
  \n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)""")
67
  with col2:
68
+ st.image("Files/Model Arch.png")
69
+
70
+ with col3:
71
  st.image("Files/mm.jpeg")
72
  st.write("""I am profoundly grateful for the support and guidance I have received throughout the course of my dissertation. I would like to extend my deepest appreciation to the following individuals:
73
  \nTo my supervisor, [Dr. Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou), whose expertise, and insightful guidance have been instrumental in the completion of this research. Your mentorship has not only profoundly shaped my work but also my future endeavours in the field of computer science.