zhiminy commited on
Commit
32120b5
·
verified ·
1 Parent(s): 7db2ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 development kits, making it an indispensable resource for researchers, developers, and enthusiasts in the field."
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