Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
โข
806014f
1
Parent(s):
359ebd8
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,13 @@ st.set_page_config(
|
|
5 |
page_title="app",
|
6 |
page_icon="๐",
|
7 |
)
|
8 |
-
st.markdown("<h1 style='text-align: center; color:
|
9 |
|
10 |
st.sidebar.success("Select a demo above.")
|
11 |
|
12 |
-
st.markdown("<
|
13 |
|
14 |
-
st.markdown("<
|
15 |
|
16 |
st.markdown(
|
17 |
'''
|
|
|
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 |
|
10 |
st.sidebar.success("Select a demo above.")
|
11 |
|
12 |
+
st.markdown("<h2 style='text-align: center; color: black;'>This is the demo for the usecases we've worked on.</h1>", unsafe_allow_html=True)
|
13 |
|
14 |
+
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar** to see some examples of what we can do!!! </h2>", unsafe_allow_html=True)
|
15 |
|
16 |
st.markdown(
|
17 |
'''
|