Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,12 +161,12 @@ def check_compliance(file): # FIXED: now streams
|
|
| 161 |
#================================================Gradio==================
|
| 162 |
|
| 163 |
css = """
|
| 164 |
-
#admin-file .label, #admin-file label { color: #FFFFFF !important; font-size:
|
| 165 |
#admin-file { background-color: #000000 !important; }
|
| 166 |
#compliance-btn {
|
| 167 |
color: #FFFFFF !important;
|
| 168 |
background-color: red !important; /* Red background */
|
| 169 |
-
font-size:
|
| 170 |
}
|
| 171 |
#compliance-btn:hover {
|
| 172 |
background-color: #CC0000 !important; /* Darker red on hover */
|
|
@@ -175,7 +175,7 @@ css = """
|
|
| 175 |
#compliance-out textarea, #compliance-out .label, #compliance-out label {
|
| 176 |
color: #FFFFFF !important;
|
| 177 |
background-color: #000000 !important;
|
| 178 |
-
font-size:
|
| 179 |
}
|
| 180 |
"""
|
| 181 |
|
|
|
|
| 161 |
#================================================Gradio==================
|
| 162 |
|
| 163 |
css = """
|
| 164 |
+
#admin-file .label, #admin-file label { color: #FFFFFF !important; font-size: 16px !important; }
|
| 165 |
#admin-file { background-color: #000000 !important; }
|
| 166 |
#compliance-btn {
|
| 167 |
color: #FFFFFF !important;
|
| 168 |
background-color: red !important; /* Red background */
|
| 169 |
+
font-size: 16px !important;
|
| 170 |
}
|
| 171 |
#compliance-btn:hover {
|
| 172 |
background-color: #CC0000 !important; /* Darker red on hover */
|
|
|
|
| 175 |
#compliance-out textarea, #compliance-out .label, #compliance-out label {
|
| 176 |
color: #FFFFFF !important;
|
| 177 |
background-color: #000000 !important;
|
| 178 |
+
font-size: 16px !important;
|
| 179 |
}
|
| 180 |
"""
|
| 181 |
|