Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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:")
|