Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ description_markdown = """
|
|
18 |
- **Usage:** Just drag a pelvic x-ray into the box and hit run.
|
19 |
- **Process:** The input image will be segmented and cropped to the SIJ before classification.
|
20 |
- **Please Note:** This tool is intended for research purposes only.
|
21 |
-
- **Privacy:**
|
22 |
"""
|
23 |
|
24 |
css = """
|
@@ -29,7 +29,7 @@ h1 {
|
|
29 |
}
|
30 |
.markdown-block {
|
31 |
background-color: #0b0f1a; /* Light gray background */
|
32 |
-
color:
|
33 |
padding: 10px; /* Padding around the text */
|
34 |
border-radius: 5px; /* Rounded corners */
|
35 |
box-shadow: 0 0 10px rgba(11,15,26,1);
|
|
|
18 |
- **Usage:** Just drag a pelvic x-ray into the box and hit run.
|
19 |
- **Process:** The input image will be segmented and cropped to the SIJ before classification.
|
20 |
- **Please Note:** This tool is intended for research purposes only.
|
21 |
+
- **Privacy:** Please ensure data privacy and don't upload any sensitive patient information to this tool.
|
22 |
"""
|
23 |
|
24 |
css = """
|
|
|
29 |
}
|
30 |
.markdown-block {
|
31 |
background-color: #0b0f1a; /* Light gray background */
|
32 |
+
color: white; /* White text */
|
33 |
padding: 10px; /* Padding around the text */
|
34 |
border-radius: 5px; /* Rounded corners */
|
35 |
box-shadow: 0 0 10px rgba(11,15,26,1);
|