Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def predict_cancer(age, gender, T, N, Focality, Response):
|
|
80 |
<thead>
|
81 |
<tr>
|
82 |
<th>Model</th>
|
83 |
-
<th style="color
|
84 |
<th style="color:green;">Non-Recurrence Accuracy (%)</th>
|
85 |
<th>Prediction</th>
|
86 |
</tr>
|
@@ -126,7 +126,7 @@ def clear_md():
|
|
126 |
return ""
|
127 |
|
128 |
# UI Layout
|
129 |
-
with gr.Blocks() as demo:
|
130 |
gr.Markdown("# Thyroid Cancer Recurrence Predictor")
|
131 |
|
132 |
with gr.Row():
|
|
|
80 |
<thead>
|
81 |
<tr>
|
82 |
<th>Model</th>
|
83 |
+
<th style="color:#FBCEB1;">Recurrence Accuracy (%)</th>
|
84 |
<th style="color:green;">Non-Recurrence Accuracy (%)</th>
|
85 |
<th>Prediction</th>
|
86 |
</tr>
|
|
|
126 |
return ""
|
127 |
|
128 |
# UI Layout
|
129 |
+
with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
130 |
gr.Markdown("# Thyroid Cancer Recurrence Predictor")
|
131 |
|
132 |
with gr.Row():
|