nazneen clem HF staff commited on
Commit
aa2b4b6
β€’
1 Parent(s): 6fc4f5a

typo fix (#1)

Browse files

- typo fix (4aaf8fc95d2a0f0f2cd4f464a2b64d6a1ecb3665)


Co-authored-by: πŸ€— <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ if __name__ == "__main__":
86
  ### LOAD DATA AND SESSION VARIABLES ###
87
  with st.expander("How to interact with the plot:"):
88
  st.markdown("* Each point in the plot represents a HF hub dataset categorized by their `task_id`.")
89
- st.markdown("* Every dataset is emebdded using the [SPECTER](https://github.com/allenai/specter#advanced-training-your-own-model) embedding of its corresponding paper abstract.")
90
  st.markdown("* You can either search for a dataset or drag and select to peek into the cluster content.")
91
  datasets_df = pd.read_parquet('./assets/data/datasets_df.parquet')
92
  st.warning("Hugging Face πŸ€— Datasets Explorer")
 
86
  ### LOAD DATA AND SESSION VARIABLES ###
87
  with st.expander("How to interact with the plot:"):
88
  st.markdown("* Each point in the plot represents a HF hub dataset categorized by their `task_id`.")
89
+ st.markdown("* Every dataset is embedded using the [SPECTER](https://github.com/allenai/specter#advanced-training-your-own-model) embedding of its corresponding paper abstract.")
90
  st.markdown("* You can either search for a dataset or drag and select to peek into the cluster content.")
91
  datasets_df = pd.read_parquet('./assets/data/datasets_df.parquet')
92
  st.warning("Hugging Face πŸ€— Datasets Explorer")