Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +6 -1
my_model/tabs/home.py
CHANGED
@@ -19,4 +19,9 @@ def run_home():
|
|
19 |
)
|
20 |
|
21 |
st.write("""\n\n\nThis is an interactive application built to demonstrate the project developed and allow for interaction with the KB-VQA model as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
|
22 |
-
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)""")
|
|
|
|
|
|
|
|
|
|
|
|
19 |
)
|
20 |
|
21 |
st.write("""\n\n\nThis is an interactive application built to demonstrate the project developed and allow for interaction with the KB-VQA model as part of the dissertation for Masters degree in Artificial Intelligence at the [University of Bath](https://www.bath.ac.uk/).
|
22 |
+
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)""")
|
23 |
+
|
24 |
+
st.write("""## Credits
|
25 |
+
- This project predominantly uses [LLaMA-2](https://ai.meta.com/llama/) and derivative models for language inference. Models are made available under the [Meta LlaMA license](https://ai.meta.com/llama/license/).
|
26 |
+
- This application is built on [streamlit](https://streamlit.io).
|
27 |
+
""")
|