Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,10 +126,11 @@ col2.image("./assets/logo.png", use_column_width=True)
|
|
126 |
new_line(2)
|
127 |
|
128 |
# Description
|
129 |
-
st.markdown("""Welcome to Click Analytics
|
130 |
-
|
131 |
-
|
132 |
-
|
|
|
133 |
st.divider()
|
134 |
|
135 |
|
|
|
126 |
new_line(2)
|
127 |
|
128 |
# Description
|
129 |
+
st.markdown("""Welcome to Click Analytics! 🚀
|
130 |
+
Dive right into the future of data with our user-friendly platform designed for everyone—no coding or machine learning experience required!
|
131 |
+
With just a few clicks, you can start preparing your data, training cutting-edge models, and uncovering valuable insights.
|
132 |
+
Whether you're a data enthusiast or a seasoned analyst, Click Analytics empowers you to effortlessly create, analyze, and explore.
|
133 |
+
What are you waiting for? Start building your very own analytics and models today and see what decisions you can empower with your data!!""", unsafe_allow_html=True)
|
134 |
st.divider()
|
135 |
|
136 |
|