Mattral commited on
Commit
70539ba
·
verified ·
1 Parent(s): 49b99b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -119,10 +119,10 @@ col2.image("./assets/logo.png", use_column_width=True)
119
  new_line(2)
120
 
121
  # Description
122
- st.markdown("""Welcome to ClickML, the easy-to-use platform for building machine
123
- learning models with just a few clicks. Our intuitive interface and powerful tools make it easy to prepare your data,
124
  train models, and extract insights in minutes, without the need for any prior coding or machine learning knowledge.
125
- Start building your own models today!""", unsafe_allow_html=True)
126
  st.divider()
127
 
128
 
 
119
  new_line(2)
120
 
121
  # Description
122
+ st.markdown("""Welcome to Click Analytics, the easy-to-use platform for building machine
123
+ learning models and data analytics with just a few clicks. Our intuitive interface and powerful tools make it easy to prepare your data,
124
  train models, and extract insights in minutes, without the need for any prior coding or machine learning knowledge.
125
+ Start building your own analytics or models!""", unsafe_allow_html=True)
126
  st.divider()
127
 
128