Spaces:
Sleeping
Sleeping
Commit
·
a1beaad
1
Parent(s):
77136fb
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,11 +144,13 @@ body{ background-color:rgb(10, 30, 75)}
|
|
| 144 |
ul>li{
|
| 145 |
text-decoration: none;
|
| 146 |
list-style:none;
|
| 147 |
-
margin:
|
|
|
|
| 148 |
}
|
| 149 |
h3{
|
| 150 |
color: rgb(24, 46, 98);
|
| 151 |
-
margin:
|
|
|
|
| 152 |
text-align: center;
|
| 153 |
}
|
| 154 |
h4{
|
|
@@ -163,7 +165,7 @@ def acaClassOutput():
|
|
| 163 |
<h3>You CT Scan Report:-</h3>
|
| 164 |
<hr>
|
| 165 |
<h4>You have Adenocarcinoma type cancer</h4>
|
| 166 |
-
<p>It is Non-small cell type cancer which has effected you 40
|
| 167 |
<ul>
|
| 168 |
<h4>You can try These cautions</h4>
|
| 169 |
<li>Try Radiation therapy, Chemotherapy, Targeted therapy, Immunotherapy</li>
|
|
@@ -177,7 +179,7 @@ def sccClassOutput():
|
|
| 177 |
<h3>You CT Scan Report:-</h3>
|
| 178 |
<hr>
|
| 179 |
<h4>You have Squamous type cancer</h4>
|
| 180 |
-
<p>It effects the broncial tube of lungs. You probably have smoke history as it effected your 30
|
| 181 |
<ul>
|
| 182 |
<h4>You can try These cautions</h4>
|
| 183 |
<li>Try Radiation therapy, Chemotherapy, Targeted therapy, Immunotherapy</li>
|
|
|
|
| 144 |
ul>li{
|
| 145 |
text-decoration: none;
|
| 146 |
list-style:none;
|
| 147 |
+
margin: 1px;
|
| 148 |
+
padding:.5px
|
| 149 |
}
|
| 150 |
h3{
|
| 151 |
color: rgb(24, 46, 98);
|
| 152 |
+
margin: 1px;
|
| 153 |
+
padding:.5px
|
| 154 |
text-align: center;
|
| 155 |
}
|
| 156 |
h4{
|
|
|
|
| 165 |
<h3>You CT Scan Report:-</h3>
|
| 166 |
<hr>
|
| 167 |
<h4>You have Adenocarcinoma type cancer</h4>
|
| 168 |
+
<p>It is Non-small cell type cancer which has effected you 40% of lung cells.</p>
|
| 169 |
<ul>
|
| 170 |
<h4>You can try These cautions</h4>
|
| 171 |
<li>Try Radiation therapy, Chemotherapy, Targeted therapy, Immunotherapy</li>
|
|
|
|
| 179 |
<h3>You CT Scan Report:-</h3>
|
| 180 |
<hr>
|
| 181 |
<h4>You have Squamous type cancer</h4>
|
| 182 |
+
<p>It effects the broncial tube of lungs. You probably have smoke history as it effected your 30% lungs</p>
|
| 183 |
<ul>
|
| 184 |
<h4>You can try These cautions</h4>
|
| 185 |
<li>Try Radiation therapy, Chemotherapy, Targeted therapy, Immunotherapy</li>
|