Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
5909430
1
Parent(s):
e1a64b2
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.sidebar.success("Select a demo above.")
|
|
12 |
|
13 |
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)
|
14 |
|
15 |
-
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar
|
16 |
footer="""<style>
|
17 |
a:link , a:visited{
|
18 |
color: blue;
|
@@ -43,7 +43,7 @@ text-align: center;
|
|
43 |
st.markdown(footer,unsafe_allow_html=True)
|
44 |
|
45 |
main_bg_ext = "jpg"
|
46 |
-
main_bg = "
|
47 |
|
48 |
st.markdown(
|
49 |
f"""
|
|
|
12 |
|
13 |
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)
|
14 |
|
15 |
+
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)
|
16 |
footer="""<style>
|
17 |
a:link , a:visited{
|
18 |
color: blue;
|
|
|
43 |
st.markdown(footer,unsafe_allow_html=True)
|
44 |
|
45 |
main_bg_ext = "jpg"
|
46 |
+
main_bg = "vally3.jpg"
|
47 |
|
48 |
st.markdown(
|
49 |
f"""
|