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