themeetjani commited on
Commit
806014f
โ€ข
1 Parent(s): 359ebd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: white;'> Welcome to DataAI! ๐Ÿ‘‹</h1>", unsafe_allow_html=True)
9
 
10
  st.sidebar.success("Select a demo above.")
11
 
12
- st.markdown("<h1 style='text-align: center; color: white;'>This is the demo for the usecases we've worked on.</h1>", unsafe_allow_html=True)
13
 
14
- st.markdown("<h2 style='text-align: center; color: white;'>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
  '''
 
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
  '''