Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,19 +2,7 @@ import streamlit as st
|
|
2 |
st.markdown("<h1 style='text-align: center; color: grey;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
|
3 |
#st.title("Data Analysis With Python")
|
4 |
|
5 |
-
|
6 |
-
"""
|
7 |
-
<style>
|
8 |
-
.reportview-container {
|
9 |
-
background: url("https://images.app.goo.gl/LFCobouKtT7oZ7Qv7")
|
10 |
-
}
|
11 |
-
.sidebar .sidebar-content {
|
12 |
-
background: url("https://images.app.goo.gl/LFCobouKtT7oZ7Qv7")
|
13 |
-
}
|
14 |
-
</style>
|
15 |
-
""",
|
16 |
-
unsafe_allow_html=True
|
17 |
-
)
|
18 |
|
19 |
with st.container():
|
20 |
st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
|
|
|
2 |
st.markdown("<h1 style='text-align: center; color: grey;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
|
3 |
#st.title("Data Analysis With Python")
|
4 |
|
5 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
with st.container():
|
8 |
st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
|