Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
โข
58dd73c
1
Parent(s):
663c3a8
Update app.py
Browse files
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 |
|