Datasets:
added number of samples
Browse files
viewer.py
CHANGED
|
@@ -210,6 +210,8 @@ def main() -> None:
|
|
| 210 |
st.warning("No examples found for the selected configuration.")
|
| 211 |
return
|
| 212 |
|
|
|
|
|
|
|
| 213 |
sample_idx = st.sidebar.number_input(
|
| 214 |
"Sample idx",
|
| 215 |
min_value=0,
|
|
|
|
| 210 |
st.warning("No examples found for the selected configuration.")
|
| 211 |
return
|
| 212 |
|
| 213 |
+
st.sidebar.caption(f"Samples: {len(examples)}")
|
| 214 |
+
|
| 215 |
sample_idx = st.sidebar.number_input(
|
| 216 |
"Sample idx",
|
| 217 |
min_value=0,
|