Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,13 +68,20 @@ def load_css():
|
|
68 |
margin-top: 20px;
|
69 |
}
|
70 |
.stExpander {
|
71 |
-
background:
|
72 |
border-radius: 10px;
|
73 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
74 |
}
|
75 |
.stDataFrame {
|
76 |
border-radius: 10px;
|
77 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
</style>
|
79 |
""", unsafe_allow_html=True)
|
80 |
|
|
|
68 |
margin-top: 20px;
|
69 |
}
|
70 |
.stExpander {
|
71 |
+
background: white;
|
72 |
border-radius: 10px;
|
73 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
74 |
}
|
75 |
.stDataFrame {
|
76 |
border-radius: 10px;
|
77 |
}
|
78 |
+
/* Custom color for results */
|
79 |
+
.stMarkdown p, .stMarkdown ul, .stMarkdown ol {
|
80 |
+
color: rgb(1, 27, 29);
|
81 |
+
}
|
82 |
+
.stMarkdown a {
|
83 |
+
color: #3498db;
|
84 |
+
}
|
85 |
</style>
|
86 |
""", unsafe_allow_html=True)
|
87 |
|