Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with demo:
|
|
135 |
A problem often faced by researchers is that datasets lack the necessary amount of positive samples \
|
136 |
(samples containing cancer tissues) that are needed to reliably classify cancer. In this interface you \
|
137 |
can use the slider to control the percentage of negative and positive samples in each hospital. \
|
138 |
-
Setting this slider to minimum will mean there are 0 positive samples, whereas
|
139 |
half the dataset contains slides with positive tumor samples.\
|
140 |
""")
|
141 |
|
|
|
135 |
A problem often faced by researchers is that datasets lack the necessary amount of positive samples \
|
136 |
(samples containing cancer tissues) that are needed to reliably classify cancer. In this interface you \
|
137 |
can use the slider to control the percentage of negative and positive samples in each hospital. \
|
138 |
+
Setting this slider to minimum will mean there are 0 positive samples, whereas 50 would mean that \
|
139 |
half the dataset contains slides with positive tumor samples.\
|
140 |
""")
|
141 |
|