josh-dcosta commited on
Commit
098f228
·
verified ·
1 Parent(s): 77acca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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:red;">Recurrence Accuracy (%)</th>
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():