Spaces:
Sleeping
Sleeping
Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +2 -2
my_model/tabs/home.py
CHANGED
@@ -91,9 +91,9 @@ def run_home() -> None:
|
|
91 |
using various configurations.
|
92 |
</div>""",
|
93 |
unsafe_allow_html=True)
|
94 |
-
st.markdown("<br>" *
|
95 |
st.write(" ##### Developed by: [Mohammed Bin Ali AlHaj](https://www.linkedin.com/in/m7mdal7aj)")
|
96 |
-
st.markdown("<br>" *
|
97 |
st.write("""
|
98 |
**Credit:**
|
99 |
* The project uses [LLaMA-2](https://ai.meta.com/llama/) for its reasoning capabilities and implicit knowledge
|
|
|
91 |
using various configurations.
|
92 |
</div>""",
|
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
|