awacke1 commited on
Commit
b827309
·
1 Parent(s): 5554539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ st.markdown("""
11
  https://github.com/pinecone-io/examples/tree/master/learn/algos-and-libraries/bertopic
12
  """)
13
 
14
- data = load_dataset('jamescalam/python-reddit')
 
15
  data = data.filter(
16
  lambda x: True if len(x['selftext']) > 30 else 0
17
  )
 
11
  https://github.com/pinecone-io/examples/tree/master/learn/algos-and-libraries/bertopic
12
  """)
13
 
14
+ # data = load_dataset('jamescalam/python-reddit')
15
+ data = load_dataset("awacke1/LOINC-Panels-and-Forms")
16
  data = data.filter(
17
  lambda x: True if len(x['selftext']) > 30 else 0
18
  )