Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,10 @@ st.markdown("""
|
|
22 |
h1, h2, h3, h4, h5, h6 {
|
23 |
color: ;
|
24 |
}
|
|
|
|
|
|
|
|
|
25 |
</style>
|
26 |
""", unsafe_allow_html=True)
|
27 |
|
|
|
22 |
h1, h2, h3, h4, h5, h6 {
|
23 |
color: ;
|
24 |
}
|
25 |
+
.css-1x8cf1d {
|
26 |
+
background: transparent !important;
|
27 |
+
}
|
28 |
+
|
29 |
</style>
|
30 |
""", unsafe_allow_html=True)
|
31 |
|