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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -5,19 +5,14 @@ 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
 
10
  st.sidebar.success("Select a demo above.")
11
 
12
- st.markdown("<h1 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("<h2 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
- import base64
17
-
18
- main_bg_ext = "jpg"
19
- main_bg = "vally.jpg"
20
-
21
  st.markdown(
22
  '''
23
  <style>
 
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
  '''
18
  <style>