Spaces:
Runtime error
Runtime error
Removed unused section of the home page
Browse files
Home.py
CHANGED
@@ -38,11 +38,3 @@ if st_setup("LLM Architecture Assessment", skip_login=True):
|
|
38 |
- 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/).
|
39 |
- This application is built on [streamlit](https://streamlit.io).
|
40 |
""")
|
41 |
-
|
42 |
-
# Display access message if security is not disabled
|
43 |
-
running_local = 'running_local'
|
44 |
-
if running_local not in st.secrets:
|
45 |
-
st.write("""
|
46 |
-
## Access
|
47 |
-
Some elements of this application are password protected. If you would like access to the project please contact me either via LinkedIn or the email address above, explaining why you want access and for how long and I will set that up for you. Thanks for your understanding :-)
|
48 |
-
""")
|
|
|
38 |
- 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/).
|
39 |
- This application is built on [streamlit](https://streamlit.io).
|
40 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|