Update app.py
Browse files
app.py
CHANGED
@@ -169,8 +169,8 @@ INTRODUCTION_TEXT = f"""
|
|
169 |
🛠️ Organization names are retrieved using web scraping from [Huggingface Organizations](https://huggingface.co/organizations).
|
170 |
|
171 |
**🌐 Note:** In the model's dataframe, there are some columns related to the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). This data is also retrieved through web scraping.
|
172 |
-
|
173 |
-
|
174 |
"""
|
175 |
|
176 |
def clickable(x, which_one):
|
|
|
169 |
🛠️ Organization names are retrieved using web scraping from [Huggingface Organizations](https://huggingface.co/organizations).
|
170 |
|
171 |
**🌐 Note:** In the model's dataframe, there are some columns related to the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). This data is also retrieved through web scraping.
|
172 |
+
|
173 |
+
**🌐 Note:** In trending models, first 300 models/datasets/spaces is being retrieved from huggingface.
|
174 |
"""
|
175 |
|
176 |
def clickable(x, which_one):
|