MatthiasPi commited on
Commit
4a2a8dd
ยท
1 Parent(s): 6a8ddb8

Update utilities/land.py

Browse files
Files changed (1) hide show
  1. 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, that lets you explore all your variables. You can
20
- easily visalize and understand univariate and bivariate behavior of your data. """)
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