DanielSc4 commited on
Commit
2f307bd
·
1 Parent(s): 7c46075
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def lemmatization(texts, allowed_postags=['NOUN', 'ADJ', 'VERB', 'ADV']): #'NOUN
28
  return texts_out
29
 
30
 
31
- def main(button, choose_context):
32
  df = pd.read_csv('./data/results.csv', index_col=0)
33
 
34
  print(choose_context)
 
28
  return texts_out
29
 
30
 
31
+ def main(choose_context):
32
  df = pd.read_csv('./data/results.csv', index_col=0)
33
 
34
  print(choose_context)