JasonTPhillipsJr commited on
Commit
ade5d59
·
verified ·
1 Parent(s): 1eaf629

Update app.py

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