Mattral commited on
Commit
aa0e251
·
verified ·
1 Parent(s): a600e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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, the easy-to-use platform for building machine
130
- learning models and data analytics with just a few clicks. Our intuitive interface and powerful tools make it easy to prepare your data,
131
- train models, and extract insights in minutes, without the need for any prior coding or machine learning knowledge.
132
- Start building your own analytics or models!""", unsafe_allow_html=True)
 
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