Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +2 -2
my_model/tabs/home.py
CHANGED
@@ -15,11 +15,11 @@ def run_home() -> None:
|
|
15 |
st.markdown("""
|
16 |
<div style="text-align: justify;">
|
17 |
|
18 |
-
|
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
|
22 |
-
to explore the intersection of visual perception, language understanding, and cutting-edge AI research
|
23 |
</div>""",
|
24 |
unsafe_allow_html=True)
|
25 |
st.markdown("### Background")
|
|
|
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
|
22 |
+
to explore the intersection of visual perception, language understanding, and cutting-edge AI research.
|
23 |
</div>""",
|
24 |
unsafe_allow_html=True)
|
25 |
st.markdown("### Background")
|