Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
โข
359ebd8
1
Parent(s):
bd8ded1
Update app.py
Browse files
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:
|
9 |
|
10 |
st.sidebar.success("Select a demo above.")
|
11 |
|
12 |
-
st.markdown("<h1 style='text-align: center; color:
|
13 |
|
14 |
-
st.markdown("<h2 style='text-align: center; color:
|
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>
|