Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +0 -2
my_model/tabs/home.py
CHANGED
@@ -77,7 +77,6 @@ def run_home() -> None:
|
|
77 |
information.
|
78 |
<br>
|
79 |
<br>
|
80 |
-
<br>
|
81 |
### Tools:
|
82 |
|
83 |
- **Dataset Analysis**: Provides an overview of the KB-VQA datasets and displays various analysis of the
|
@@ -93,7 +92,6 @@ def run_home() -> None:
|
|
93 |
unsafe_allow_html=True)
|
94 |
st.markdown("<br>" * 3, unsafe_allow_html=True)
|
95 |
st.write(" ##### Developed by: [Mohammed Bin Ali AlHaj](https://www.linkedin.com/in/m7mdal7aj)")
|
96 |
-
st.markdown("<br>" * 1, unsafe_allow_html=True)
|
97 |
st.write("""
|
98 |
**Credit:**
|
99 |
* The project uses [LLaMA-2](https://ai.meta.com/llama/) for its reasoning capabilities and implicit knowledge
|
|
|
77 |
information.
|
78 |
<br>
|
79 |
<br>
|
|
|
80 |
### Tools:
|
81 |
|
82 |
- **Dataset Analysis**: Provides an overview of the KB-VQA datasets and displays various analysis of the
|
|
|
92 |
unsafe_allow_html=True)
|
93 |
st.markdown("<br>" * 3, unsafe_allow_html=True)
|
94 |
st.write(" ##### Developed by: [Mohammed Bin Ali AlHaj](https://www.linkedin.com/in/m7mdal7aj)")
|
|
|
95 |
st.write("""
|
96 |
**Credit:**
|
97 |
* The project uses [LLaMA-2](https://ai.meta.com/llama/) for its reasoning capabilities and implicit knowledge
|