zhiminy commited on
Commit
b4d30ed
·
verified ·
1 Parent(s): b5241cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class SearchApplication:
33
  self.query = st.text_input("Search", value="")
34
 
35
  st.caption(
36
- "This search toolkit is a user-friendly platform that enables efficient exploration and filtering of the comprehensive [Awesome Foundation Model Leaderboard](https://github.com/SAILResearch/awesome-foundation-model-leaderboards) list, which includes over 200 foundation model leaderboards, along with various development tools and evaluation organizations, making it an indispensable resource for researchers, developers, and enthusiasts in the field."
37
  )
38
  st.write("#")
39
 
 
33
  self.query = st.text_input("Search", value="")
34
 
35
  st.caption(
36
+ "This search toolkit is a user-friendly platform that enables efficient exploration and filtering of the comprehensive [Awesome Foundation Model Leaderboard](https://github.com/SAILResearch/awesome-foundation-model-leaderboards) list, which includes over 400 foundation model leaderboards, along with various development tools and evaluation organizations, making it an indispensable resource for researchers, developers, and enthusiasts in the field."
37
  )
38
  st.write("#")
39