Commit ยท
4a2a8dd
1
Parent(s): 6a8ddb8
Update utilities/land.py
Browse files- utilities/land.py +2 -2
utilities/land.py
CHANGED
|
@@ -16,8 +16,8 @@ def land_page():
|
|
| 16 |
|
| 17 |
center.markdown("<h3 style='text-align: center;'>Understand your Data</h3>", unsafe_allow_html=True)
|
| 18 |
|
| 19 |
-
center.write("""AIViz provides a Data Exploration tool,
|
| 20 |
-
easily
|
| 21 |
|
| 22 |
center.markdown("<h3 style='text-align: center;'>Preprocessing</h3>", unsafe_allow_html=True)
|
| 23 |
|
|
|
|
| 16 |
|
| 17 |
center.markdown("<h3 style='text-align: center;'>Understand your Data</h3>", unsafe_allow_html=True)
|
| 18 |
|
| 19 |
+
center.write("""AIViz provides a Data Exploration tool, letting you explore all your variables. You can
|
| 20 |
+
easily visualize and understand univariate and bivariate behaviors of your data. """)
|
| 21 |
|
| 22 |
center.markdown("<h3 style='text-align: center;'>Preprocessing</h3>", unsafe_allow_html=True)
|
| 23 |
|