Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +3 -3
my_model/tabs/home.py
CHANGED
@@ -70,7 +70,7 @@ def run_home() -> None:
|
|
70 |
machines exhibit **human-like** understanding and reasoning in processing and responding to visual
|
71 |
information.
|
72 |
|
73 |
-
|
74 |
|
75 |
- **Dataset Analysis**: Provides an overview of the KB-VQA datasets and displays various analysis of the
|
76 |
OK-VQA dataset.
|
@@ -84,8 +84,8 @@ def run_home() -> None:
|
|
84 |
</div>""",
|
85 |
unsafe_allow_html=True)
|
86 |
st.markdown("<br>" * 1, unsafe_allow_html=True)
|
87 |
-
st.write(" ##### Developed by: [Mohammed
|
88 |
-
st.markdown("<br>" *
|
89 |
st.write("""
|
90 |
**Credit:**
|
91 |
* The project predominantly uses [LLaMA-2](https://ai.meta.com/llama/) language inference. It is
|
|
|
70 |
machines exhibit **human-like** understanding and reasoning in processing and responding to visual
|
71 |
information.
|
72 |
|
73 |
+
### Tools:
|
74 |
|
75 |
- **Dataset Analysis**: Provides an overview of the KB-VQA datasets and displays various analysis of the
|
76 |
OK-VQA dataset.
|
|
|
84 |
</div>""",
|
85 |
unsafe_allow_html=True)
|
86 |
st.markdown("<br>" * 1, unsafe_allow_html=True)
|
87 |
+
st.write(" ##### Developed by: [Mohammed Bin Ali AlHaj](https://www.linkedin.com/in/m7mdal7aj)")
|
88 |
+
st.markdown("<br>" * 2, unsafe_allow_html=True)
|
89 |
st.write("""
|
90 |
**Credit:**
|
91 |
* The project predominantly uses [LLaMA-2](https://ai.meta.com/llama/) language inference. It is
|