update
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ st.markdown(
|
|
26 |
}
|
27 |
button, .stButton>button {
|
28 |
color: black !important;
|
29 |
-
background-color:
|
30 |
}
|
31 |
/* Hide Streamlit's top colored bar and options icon */
|
32 |
header {display: none !important;}
|
|
|
26 |
}
|
27 |
button, .stButton>button {
|
28 |
color: black !important;
|
29 |
+
background-color: grey !important;
|
30 |
}
|
31 |
/* Hide Streamlit's top colored bar and options icon */
|
32 |
header {display: none !important;}
|