m7mdal7aj commited on
Commit
4732ed6
1 Parent(s): e246596

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +6 -2
my_model/utilities/ui_manager.py CHANGED
@@ -38,8 +38,12 @@ class UIManager:
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):
45
  """Displays the Dataset Analysis page."""
 
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 as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
42
+ \n\n\n
43
+ Developed by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)
44
+ \n\n
45
+ Dissertation Supervisor: [Andreas Theophilou](https://researchportal.bath.ac.uk/en/persons/andreas-theophilou)
46
+ Further details will be updated later""")
47
 
48
  def display_dataset_analysis(self):
49
  """Displays the Dataset Analysis page."""