Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,10 @@ def main():
|
|
112 |
.stButton button:hover {
|
113 |
background-color: #7a33a2; /* Darker purple on hover */
|
114 |
}
|
|
|
|
|
|
|
|
|
115 |
</style>
|
116 |
""", unsafe_allow_html=True)
|
117 |
|
|
|
112 |
.stButton button:hover {
|
113 |
background-color: #7a33a2; /* Darker purple on hover */
|
114 |
}
|
115 |
+
|
116 |
+
.stMarkdown, .stWrite {
|
117 |
+
color: white !important;
|
118 |
+
}
|
119 |
</style>
|
120 |
""", unsafe_allow_html=True)
|
121 |
|