Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,9 +145,9 @@ def generate_report(patient_name, analyzed_image_bytes, prediction, confidence):
|
|
145 |
COMMON_STYLES = """
|
146 |
body {
|
147 |
font-family: system-ui, -apple-system, sans-serif;
|
148 |
-
background: #
|
149 |
margin: 0;
|
150 |
-
padding:
|
151 |
color: #1a1a1a;
|
152 |
}
|
153 |
::-webkit-scrollbar {
|
|
|
145 |
COMMON_STYLES = """
|
146 |
body {
|
147 |
font-family: system-ui, -apple-system, sans-serif;
|
148 |
+
background: #000000;
|
149 |
margin: 0;
|
150 |
+
padding: 0px;
|
151 |
color: #1a1a1a;
|
152 |
}
|
153 |
::-webkit-scrollbar {
|