m7mdal7aj commited on
Commit
a7a1433
1 Parent(s): f6540c7

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +12 -7
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.text('')
54
- st.text('')
55
- st.text('')
56
- 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/).
57
- \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)
58
- \n\nFurther details will be updated later . .""")
 
 
 
 
 
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/Mohammed_Alhaj_PlayGround/tree/main)", unsafe_allow_html=True)
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):