lvwerra HF staff commited on
Commit
1f7c61a
β€’
1 Parent(s): b0c1665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
5
  @st.cache()
6
  def load_all_usernames():
7
  list_of_usernames = load_dataset("bigcode/the-stack-usernames", split="train")["usernames"]
8
- return set(list_of_repo_names)
9
 
10
  st.title("Am I in The Stack?")
11
  st.markdown("This tool lets you check if a repository under a given username is part of [The Stack dataset](https://huggingface.co/datasets/bigcode/the-stack).")
 
5
  @st.cache()
6
  def load_all_usernames():
7
  list_of_usernames = load_dataset("bigcode/the-stack-usernames", split="train")["usernames"]
8
+ return set(list_of_usernames)
9
 
10
  st.title("Am I in The Stack?")
11
  st.markdown("This tool lets you check if a repository under a given username is part of [The Stack dataset](https://huggingface.co/datasets/bigcode/the-stack).")