felipekitamura commited on
Commit
450284e
·
verified ·
1 Parent(s): 1d86238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
70
  description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report."
71
  "'y_true': reference standard (0s or 1s)."
72
  "'y_pred': model prediction (continuous value between 0 and 1)",
73
- examples=["scores.csv", 1000, 72, "DEFAULT"],
74
  cache_examples=False
75
  )
76
 
 
70
  description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a binary classification report."
71
  "'y_true': reference standard (0s or 1s)."
72
  "'y_pred': model prediction (continuous value between 0 and 1)",
73
+ examples=[["scores.csv", 1000, 72, "DEFAULT"]],
74
  cache_examples=False
75
  )
76