Spaces:
Sleeping
Sleeping
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 |
|