tarrasyed19472007 commited on
Commit
174675d
·
verified ·
1 Parent(s): 05946ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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