m7mdal7aj commited on
Commit
846f1f8
1 Parent(s): 4392ab5

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +1 -1
my_model/utilities/ui_manager.py CHANGED
@@ -29,7 +29,7 @@ class UIManager:
29
  self.tabs[selection]()
30
 
31
  def display_home(self):
32
- st.title("MultiModal Learning for Knowledge-Based Visual Question Answering")
33
  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).
34
  \nFurther details will be updated later""")
35
 
 
29
  self.tabs[selection]()
30
 
31
  def display_home(self):
32
+ st.title("MultiModal Learning for Visual Question Answering using World Knowledge \n(Knowledge-Based Visual Question Answering)")
33
  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).
34
  \nFurther details will be updated later""")
35