Samuel Mueller commited on
Commit
e3f4b64
1 Parent(s): 38b737c

updated text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  Upload a .arff file, select an attribute to predict and the number of cross validation folds and get the ROC AUC OVO score.
62
  """)
63
  inp_file = gr.File(
64
- label='Drop either a .csv (without header, only numeric values for all but the labels) or a .arff file.')
65
  cv_folds = gr.Dropdown([2, 3, 4, 5], value=2, label='Number of CV folds')
66
  out_text = gr.Markdown()
67
 
 
61
  Upload a .arff file, select an attribute to predict and the number of cross validation folds and get the ROC AUC OVO score.
62
  """)
63
  inp_file = gr.File(
64
+ label='Drop a .arff file.')
65
  cv_folds = gr.Dropdown([2, 3, 4, 5], value=2, label='Number of CV folds')
66
  out_text = gr.Markdown()
67