sasha HF staff commited on
Commit
404a78f
1 Parent(s): 5e5c4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ datasets = [d.id for d in api.list_datasets(filter="task_categories:text-classif
17
 
18
  dset = st.selectbox('Choose a dataset from the Hub', options=datasets)
19
 
20
- dset_split = st.selectbox('Choose a dataset split for evaluation', options=dset.keys())
21
 
22
 
23
  st.markdown("### Now select up to 5 models to compare their performance:")
 
17
 
18
  dset = st.selectbox('Choose a dataset from the Hub', options=datasets)
19
 
20
+ dset_split = st.selectbox('Choose a dataset split for evaluation', options=data.keys())
21
 
22
 
23
  st.markdown("### Now select up to 5 models to compare their performance:")