Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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
|