Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +1 -1
my_model/tabs/home.py
CHANGED
@@ -91,7 +91,7 @@ def run_home() -> None:
|
|
91 |
</div>""",
|
92 |
unsafe_allow_html=True)
|
93 |
st.markdown("<br>" * 3, unsafe_allow_html=True)
|
94 |
-
st.write("
|
95 |
st.write("""
|
96 |
**Credit:**
|
97 |
* The project uses [LLaMA-2](https://ai.meta.com/llama/) for its reasoning capabilities and implicit knowledge
|
|
|
91 |
</div>""",
|
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
|