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