Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ with gr.Blocks() as demo:
|
|
119 |
return {feature_inputs[i]: example[i] for i in range(len(feature_inputs))}
|
120 |
|
121 |
with gr.Row():
|
122 |
-
example_btn_1 = gr.Button("
|
123 |
-
example_btn_2 = gr.Button("
|
124 |
|
125 |
output_text = gr.Textbox(label="π Model Prediction", interactive=False)
|
126 |
|
|
|
119 |
return {feature_inputs[i]: example[i] for i in range(len(feature_inputs))}
|
120 |
|
121 |
with gr.Row():
|
122 |
+
example_btn_1 = gr.Button("π΄ Malignant Example")
|
123 |
+
example_btn_2 = gr.Button("π΅ Benign Example")
|
124 |
|
125 |
output_text = gr.Textbox(label="π Model Prediction", interactive=False)
|
126 |
|