Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1753,7 +1753,7 @@ def show_main_app():
|
|
| 1753 |
font-size: 1.05em;
|
| 1754 |
line-height: 1.6;
|
| 1755 |
text-align: left;
|
| 1756 |
-
box-shadow: 0 2px 10px rgba(
|
| 1757 |
}
|
| 1758 |
/* Warning alert style */
|
| 1759 |
[data-testid="stAlert"] .streamlit-warning {
|
|
|
|
| 1753 |
font-size: 1.05em;
|
| 1754 |
line-height: 1.6;
|
| 1755 |
text-align: left;
|
| 1756 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.05));
|
| 1757 |
}
|
| 1758 |
/* Warning alert style */
|
| 1759 |
[data-testid="stAlert"] .streamlit-warning {
|