Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +3 -2
my_model/tabs/home.py
CHANGED
@@ -11,10 +11,11 @@ def run_home() -> None:
|
|
11 |
None
|
12 |
"""
|
13 |
|
|
|
14 |
st.markdown("""
|
15 |
<div style="text-align: justify;">
|
16 |
-
|
17 |
-
|
18 |
project. This application is an integral part of a
|
19 |
[Master’s dissertation in Artificial Intelligence](https://info.online.bath.ac.uk/msai/) at the
|
20 |
[University of Bath](https://www.bath.ac.uk/). As we delve into the fascinating world of VQA, I invite you
|
|
|
11 |
None
|
12 |
"""
|
13 |
|
14 |
+
st.markdown("<br>" * 2, unsafe_allow_html=True)
|
15 |
st.markdown("""
|
16 |
<div style="text-align: justify;">
|
17 |
+
|
18 |
+
**Welcome to the interactive application for the Knowledge-Based Visual Question Answering (KB-VQA)
|
19 |
project. This application is an integral part of a
|
20 |
[Master’s dissertation in Artificial Intelligence](https://info.online.bath.ac.uk/msai/) at the
|
21 |
[University of Bath](https://www.bath.ac.uk/). As we delve into the fascinating world of VQA, I invite you
|