Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ html_temp = """
|
|
| 7 |
</div>
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
|
|
|
| 10 |
st.markdown(f"""
|
| 11 |
<style>
|
| 12 |
.stApp {{
|
|
@@ -15,7 +16,7 @@ st.markdown(f"""
|
|
| 15 |
background-position: center;
|
| 16 |
background-attachment: fixed;
|
| 17 |
background-repeat: no-repeat;
|
| 18 |
-
background-color:
|
| 19 |
}}
|
| 20 |
</style>
|
| 21 |
""", unsafe_allow_html=True)
|
|
|
|
| 7 |
</div>
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
| 10 |
+
|
| 11 |
st.markdown(f"""
|
| 12 |
<style>
|
| 13 |
.stApp {{
|
|
|
|
| 16 |
background-position: center;
|
| 17 |
background-attachment: fixed;
|
| 18 |
background-repeat: no-repeat;
|
| 19 |
+
background-color: "#f0f0f0";
|
| 20 |
}}
|
| 21 |
</style>
|
| 22 |
""", unsafe_allow_html=True)
|