sneves commited on
Commit
37c1491
·
verified ·
1 Parent(s): 33d4be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with col2:
48
  wc_list = ['E_Text', 'S_Text', 'G_Text']
49
 
50
  for x in wc_list:
51
- row = df_selected_cik.loc[selected_year.astype(string)]
52
  text = row.loc[x]
53
  text = re.sub(r'[^A-Za-z\s]', '', text)
54
  text = text.lower()
 
48
  wc_list = ['E_Text', 'S_Text', 'G_Text']
49
 
50
  for x in wc_list:
51
+ row = df_selected_cik.loc[selected_year.astype(str)]
52
  text = row.loc[x]
53
  text = re.sub(r'[^A-Za-z\s]', '', text)
54
  text = text.lower()