ngebodh commited on
Commit
d879f4b
·
verified ·
1 Parent(s): e814021

Added Llama 3.1 logo display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ model_info ={
72
  "Meta-Llama-3.1-8B":
73
  {'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
74
  \nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
75
- 'logo':'Llama_logo.png'},
76
  }
77
 
78
 
 
72
  "Meta-Llama-3.1-8B":
73
  {'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
74
  \nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
75
+ 'logo':'Llama3_1_logo.png'},
76
  }
77
 
78