siyah1 commited on
Commit
89287c4
·
verified ·
1 Parent(s): 6de73a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,15 +143,14 @@ st.markdown("""
143
  border-radius: 8px;
144
  }
145
 
146
- /* Analysis result styling */
147
  .analysis-result {
148
  background-color: #F8F9FA;
149
  border-radius: 12px;
150
  padding: 2rem;
151
  border-left: 6px solid #2e7d32;
152
  line-height: 1.7;
 
153
  }
154
-
155
  /* Expand/collapse sections */
156
  .streamlit-expanderHeader {
157
  font-weight: 500;
 
143
  border-radius: 8px;
144
  }
145
 
 
146
  .analysis-result {
147
  background-color: #F8F9FA;
148
  border-radius: 12px;
149
  padding: 2rem;
150
  border-left: 6px solid #2e7d32;
151
  line-height: 1.7;
152
+ color: #000000 !important; /* Add this line */
153
  }
 
154
  /* Expand/collapse sections */
155
  .streamlit-expanderHeader {
156
  font-weight: 500;