Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
9e26aef
1
Parent(s):
c6a44e3
format changes
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ dat['body'] = [re.sub('<br>', ' ', i) for i in dat['body']]
|
|
123 |
st.caption('Use ctrl+f (or command+f for mac) to search the table')
|
124 |
|
125 |
# remove irrelevant columns from dat
|
126 |
-
dat = dat.drop(columns=['index', 'umap1', 'umap2'
|
127 |
|
128 |
# Make the link clickable
|
129 |
# pandas display options
|
|
|
123 |
st.caption('Use ctrl+f (or command+f for mac) to search the table')
|
124 |
|
125 |
# remove irrelevant columns from dat
|
126 |
+
dat = dat.drop(columns=['index', 'umap1', 'umap2'])
|
127 |
|
128 |
# Make the link clickable
|
129 |
# pandas display options
|