Yacine Jernite commited on
Commit
ee64ff9
1 Parent(s): 774afda

fix text in intro

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. data_measurements/streamlit_utils.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def main():
216
 
217
  # When not doing new development, use the cache.
218
  use_cache = True
219
- show_embeddings = st.sidebar.checkbox("Show embeddings")
220
  # List of datasets for which embeddings are hard to compute:
221
 
222
  if compare_mode:
 
216
 
217
  # When not doing new development, use the cache.
218
  use_cache = True
219
+ show_embeddings = st.sidebar.checkbox("Show text clusters")
220
  # List of datasets for which embeddings are hard to compute:
221
 
222
  if compare_mode:
data_measurements/streamlit_utils.py CHANGED
@@ -25,7 +25,7 @@ from .dataset_utils import HF_DESC_FIELD, HF_FEATURE_FIELD, HF_LABEL_FIELD
25
  def sidebar_header():
26
  st.sidebar.markdown(
27
  """
28
- This demo showcases the [dataset metrics as we develop them](https://github.com/huggingface/DataMeasurements).
29
  Right now this has:
30
  - dynamic loading of datasets in the lib
31
  - fetching config and info without downloading the dataset
 
25
  def sidebar_header():
26
  st.sidebar.markdown(
27
  """
28
+ This demo showcases the [dataset metrics as we develop them](https://github.com/huggingface/data-measurements-tool).
29
  Right now this has:
30
  - dynamic loading of datasets in the lib
31
  - fetching config and info without downloading the dataset