felipekitamura commited on
Commit
f3dac67
·
verified ·
1 Parent(s): 97117e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
  ],
63
  title="Binary Classification Report Generator",
64
  description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a comprehensive classification report with 6 figures.",
65
- examples=[],
66
  cache_examples=False
67
  )
68
 
 
62
  ],
63
  title="Binary Classification Report Generator",
64
  description="Upload a CSV file containing 'y_true' and 'y_pred' columns to generate a comprehensive classification report with 6 figures.",
65
+ examples=["scores.csv"],
66
  cache_examples=False
67
  )
68