yes2code commited on
Commit
cdda37b
·
1 Parent(s): 16d0674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ from sklearn.metrics import (
36
  )
37
  import pickle
38
 
39
- st.set_page_config(page_title="Tabular Data Analysis and Auto ML", page_icon="🤖")
40
  sns.set_style("white")
41
  sns.set_context("poster", font_scale=0.7)
42
  palette = [
@@ -72,7 +72,7 @@ def main():
72
  )
73
  placeholder = st.empty()
74
  placeholder.markdown(
75
- "<h1 style='text-align: center;'>Welcome to Tabular Data Analysis and Auto ML🤖</h1>",
76
  unsafe_allow_html=True
77
  )
78
 
 
36
  )
37
  import pickle
38
 
39
+ st.set_page_config(page_title="Data Analytics", page_icon="📊")
40
  sns.set_style("white")
41
  sns.set_context("poster", font_scale=0.7)
42
  palette = [
 
72
  )
73
  placeholder = st.empty()
74
  placeholder.markdown(
75
+ "<h1 style='text-align: center;'>Tabular/CSV Data Analytics📊</h1>",
76
  unsafe_allow_html=True
77
  )
78