Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ iface = gr.Interface(
|
|
77 |
gr.Image(label="Metrics Summary")
|
78 |
],
|
79 |
title="Binary Classification Report Generator",
|
80 |
-
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report.\n"
|
81 |
-
"'y_true': reference standard (0s or 1s).\n"
|
82 |
"'y_pred': model prediction (continuous value between 0 and 1).\n",
|
83 |
|
84 |
examples=[["scores.csv", 1000, 72, "DEFAULT"]],
|
|
|
77 |
gr.Image(label="Metrics Summary")
|
78 |
],
|
79 |
title="Binary Classification Report Generator",
|
80 |
+
description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report.\n\n"
|
81 |
+
"'y_true': reference standard (0s or 1s).\n\n"
|
82 |
"'y_pred': model prediction (continuous value between 0 and 1).\n",
|
83 |
|
84 |
examples=[["scores.csv", 1000, 72, "DEFAULT"]],
|