awacke1 commited on
Commit
f9d83bb
·
1 Parent(s): c072422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from graphviz import Digraph
3
 
4
  st.markdown("""
5
- #Top Five ML Libraries:
6
  1. PyTorch: PyTorch is another popular open-source machine learning library that is widely used for building deep learning models. It is known for its ease of use and flexibility.
7
  2. TensorFlow: Developed by Google, TensorFlow is an open-source library that is widely used for building and training deep learning models.
8
  3. Scikit-learn: Scikit-learn is a popular Python library for machine learning. It provides a wide range of algorithms for classification, regression, clustering, and dimensionality reduction, along with tools for model selection and evaluation.
 
2
  from graphviz import Digraph
3
 
4
  st.markdown("""
5
+ # Top Five ML Libraries:
6
  1. PyTorch: PyTorch is another popular open-source machine learning library that is widely used for building deep learning models. It is known for its ease of use and flexibility.
7
  2. TensorFlow: Developed by Google, TensorFlow is an open-source library that is widely used for building and training deep learning models.
8
  3. Scikit-learn: Scikit-learn is a popular Python library for machine learning. It provides a wide range of algorithms for classification, regression, clustering, and dimensionality reduction, along with tools for model selection and evaluation.