m7mdal7aj commited on
Commit
9be91ec
1 Parent(s): a7a1433

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +9 -4
my_model/utilities/ui_manager.py CHANGED
@@ -51,7 +51,7 @@ class UIManager():
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('')
@@ -59,9 +59,14 @@ class UIManager():
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):
67
  """Displays the Dataset Analysis page."""
 
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('')
57
  st.text('')
 
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 col2:
63
+ 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:
64
+ To my supervisor, Dr. 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.
65
+ Special mention must be made of my mentors at the University of Bath—Dr. Ben Ralph, Dr. Hongping Cai, and Dr. Nadejda Roubtsova. The wealth of knowledge and insights I have gained from you has been indispensable. Your unwavering dedication to academic excellence and steadfast support have been crucial in navigating my academic journey.
66
+ My colleagues deserve equal gratitude, for their camaraderie and collaborative spirit have not only made this journey feasible but also deeply enjoyable. The shared experiences and the challenges we have overcome together have been integral to my personal and professional growth.
67
+ Lastly, my heartfelt thanks are extended to my family, whose unyielding love and encouragement have been my steadfast anchor. Your belief in my abilities has consistently inspired me and bolstered my strength throughout this process.
68
+ This dissertation is not merely a reflection of my individual efforts but stands as a testament to the collective support and wisdom of each individual mentioned above. I am honoured and privileged to be part of such a supportive and enriching academic community.
69
+ """)
70
 
71
  def display_dataset_analysis(self):
72
  """Displays the Dataset Analysis page."""