loubnabnl HF Staff commited on
Commit
3365e28
·
1 Parent(s): f9f24ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ st.title("GitHub Issues visualization after filtering")
7
 
8
  @st.cache()
9
  def load_data():
10
- ds = load_dataset("loubnabnl/preprocessed-issues", split="train")
11
  return ds
12
 
13
  def print_issue(events):
 
7
 
8
  @st.cache()
9
  def load_data():
10
+ ds = load_dataset("loubnabnl/large-text-issues", split="train")
11
  return ds
12
 
13
  def print_issue(events):