Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
8a85541
1
Parent(s):
49a68b0
Update app.py
Browse files
app.py
CHANGED
@@ -10,17 +10,14 @@ st.write("# Welcome to DataAI! 👋")
|
|
10 |
|
11 |
st.sidebar.success("Select a demo above.")
|
12 |
|
13 |
-
st.markdown(
|
14 |
-
"""
|
15 |
-
This is the demo for the usecases we've worked on.
|
16 |
-
**👈 Select a demo from the sidebar** to see some examples
|
17 |
-
of what we can do!!! """
|
18 |
-
)
|
19 |
|
|
|
|
|
20 |
import base64
|
21 |
|
22 |
main_bg_ext = "jpg"
|
23 |
-
main_bg = "
|
24 |
|
25 |
st.markdown(
|
26 |
f"""
|
|
|
10 |
|
11 |
st.sidebar.success("Select a demo above.")
|
12 |
|
13 |
+
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)
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
st.markdown("<h2 style='text-align: center; color: black;'>Select a demo from the sidebar** to see some examples
|
16 |
+
of what we can do!!! </h2>", unsafe_allow_html=True)
|
17 |
import base64
|
18 |
|
19 |
main_bg_ext = "jpg"
|
20 |
+
main_bg = "vally.jpg"
|
21 |
|
22 |
st.markdown(
|
23 |
f"""
|