Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1703,7 +1703,14 @@ def show_main_app():
|
|
| 1703 |
margin-top: 10px;
|
| 1704 |
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
|
| 1705 |
}
|
| 1706 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1707 |
|
| 1708 |
/* Information, Success, Error, Warning Boxes */
|
| 1709 |
[data-testid="stAlert"] {
|
|
@@ -1935,6 +1942,8 @@ def show_main_app():
|
|
| 1935 |
opacity: 1 !important; */
|
| 1936 |
}
|
| 1937 |
|
|
|
|
|
|
|
| 1938 |
</style>
|
| 1939 |
""", unsafe_allow_html=True)
|
| 1940 |
|
|
|
|
| 1703 |
margin-top: 10px;
|
| 1704 |
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
|
| 1705 |
}
|
| 1706 |
+
/*file label */
|
| 1707 |
+
[data-testid="stFileUploader"] label {
|
| 1708 |
+
color: black !important;
|
| 1709 |
+
-webkit-text-fill-color: black !important;
|
| 1710 |
+
opacity: 1 !important;
|
| 1711 |
+
font-weight: 600; /* Often labels are a bit bolder */
|
| 1712 |
+
margin-bottom: 0.5rem; /* Add a little space below the label */
|
| 1713 |
+
}
|
| 1714 |
|
| 1715 |
/* Information, Success, Error, Warning Boxes */
|
| 1716 |
[data-testid="stAlert"] {
|
|
|
|
| 1942 |
opacity: 1 !important; */
|
| 1943 |
}
|
| 1944 |
|
| 1945 |
+
|
| 1946 |
+
|
| 1947 |
</style>
|
| 1948 |
""", unsafe_allow_html=True)
|
| 1949 |
|