Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ class SearchApplication:
|
|
21 |
self.query = st.text_input("Search", value="")
|
22 |
|
23 |
st.caption(
|
24 |
-
"This search toolkit is a user-friendly platform that enables efficient exploration and filtering of the comprehensive [Awesome Production Machine Learning](https://github.com/EthicalML/awesome-production-machine-learning) list, which includes over 500 machine learning
|
25 |
)
|
26 |
st.write("#")
|
27 |
|
|
|
21 |
self.query = st.text_input("Search", value="")
|
22 |
|
23 |
st.caption(
|
24 |
+
"This search toolkit is a user-friendly platform that enables efficient exploration and filtering of the comprehensive [Awesome Production Machine Learning](https://github.com/EthicalML/awesome-production-machine-learning) list, which includes over 500 machine learning SDKs, making it an indispensable resource for researchers, developers, and enthusiasts in the field."
|
25 |
)
|
26 |
st.write("#")
|
27 |
|