Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|