adt commited on
Commit
6e842e3
1 Parent(s): d3a775f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ for col in columns_to_click:
41
 
42
  # %% app.ipynb 9
43
  title = """<h1 align="center">The Large Language Models Landscape</h1>"""
44
- description = """Large Language Models (LLMs) today come in a variety architectures and capabilities. This interactive landscape provides a visual overview of the most important LLMs, including their training data, size, release date, and whether they are openly accessible or not. It also includes notes on each model to provide additional context. This landscape is derived from data compiled by Dr. Alan D. Thompson at [lifearchitect.ai](https://lifearchitect.ai).
45
  """
46
 
47
 
 
41
 
42
  # %% app.ipynb 9
43
  title = """<h1 align="center">The Large Language Models Landscape</h1>"""
44
+ description = """Large Language Models (LLMs) today come in a variety architectures and capabilities. This interactive landscape provides a visual overview of the most important LLMs, including their training data, size, release date, and whether they are openly accessible or not. It also includes notes on each model to provide additional context. This landscape is derived from data compiled by Dr. Alan D. Thompson at [lifearchitect.ai/models](https://lifearchitect.ai/models/).
45
  """
46
 
47