ningrumdaud commited on
Commit
f1dfc53
·
verified ·
1 Parent(s): 3dd06d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def visualize_cognitive_map(formatted_results):
173
  # Use the functions
174
  extractor = NounExtractor(nlp=nlp)
175
 
176
- words_list = ["so", "because", "increase", "contribute", "due to", "hence", "therefore", "as", "since"]
177
  causative_verb = ['affect', 'influence', 'increase', 'against', "result", "lead", "drive", "cause", "make", "get", "let", "bring"]
178
 
179
  # Define the callback function for the GUI
 
173
  # Use the functions
174
  extractor = NounExtractor(nlp=nlp)
175
 
176
+ words_list = ["so", "because", "contribute", "due to", "hence", "therefore", "as", "since"]
177
  causative_verb = ['affect', 'influence', 'increase', 'against', "result", "lead", "drive", "cause", "make", "get", "let", "bring"]
178
 
179
  # Define the callback function for the GUI