themeetjani commited on
Commit
58dd73c
·
verified ·
1 Parent(s): 663c3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
 
4
  st.set_page_config(
5
  page_title="app",
6
- page_icon="👋",
7
  )
8
  st.markdown("<h1 style='text-align: center; color: black;'> Welcome to DataAI! 👋</h1>", unsafe_allow_html=True)
9
 
 
3
 
4
  st.set_page_config(
5
  page_title="app",
6
+ page_icon="📈",
7
  )
8
  st.markdown("<h1 style='text-align: center; color: black;'> Welcome to DataAI! 👋</h1>", unsafe_allow_html=True)
9