Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from data_integration import scrape_all_pages
|
|
17 |
|
18 |
|
19 |
page_bg_img = f"""
|
20 |
-
<style>
|
21 |
html, body {
|
22 |
font-family: 'Dongle', sans-serif;
|
23 |
margin: 0;
|
@@ -203,7 +203,7 @@ html, body {
|
|
203 |
|
204 |
opacity: 0.7;
|
205 |
}
|
206 |
-
}
|
207 |
</style>
|
208 |
"""
|
209 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
|
|
17 |
|
18 |
|
19 |
page_bg_img = f"""
|
20 |
+
<style>{
|
21 |
html, body {
|
22 |
font-family: 'Dongle', sans-serif;
|
23 |
margin: 0;
|
|
|
203 |
|
204 |
opacity: 0.7;
|
205 |
}
|
206 |
+
}}
|
207 |
</style>
|
208 |
"""
|
209 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|