Spaces:
Running
Running
Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +2 -2
my_model/tabs/home.py
CHANGED
@@ -22,6 +22,6 @@ def run_home():
|
|
22 |
\n\n\nDeveloped by: [Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj)""")
|
23 |
|
24 |
st.write("""## Credits
|
25 |
-
|
26 |
-
|
27 |
""")
|
|
|
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 |
""")
|