JasonTPhillipsJr commited on
Commit
53c7e98
·
verified ·
1 Parent(s): a766208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ if st.button("Process Review"):
277
  prediction = get_prediction(combined_embedding)
278
 
279
  # Process the text using spaCy
280
- doc = nlp(lower_case_review)
281
 
282
  # Highlight geo-entities with different colors
283
  highlighted_text = selected_review
 
277
  prediction = get_prediction(combined_embedding)
278
 
279
  # Process the text using spaCy
280
+ doc = nlp(selected_review)
281
 
282
  # Highlight geo-entities with different colors
283
  highlighted_text = selected_review