Update app.py
Browse files
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
|
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 |
|