Tyler Burns commited on
Commit
9e26aef
1 Parent(s): c6a44e3

format changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'keyword1', 'keyword2', 'keyword3', 'keyword4', 'keyword5'])
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