Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -2
src/streamlit_app.py
CHANGED
|
@@ -127,8 +127,7 @@ labels = [
|
|
| 127 |
|
| 128 |
# Create a mapping dictionary for labels to categories
|
| 129 |
|
| 130 |
-
category_mapping =
|
| 131 |
-
{
|
| 132 |
"Identity": [
|
| 133 |
"PERSON",
|
| 134 |
"FIRST_NAME",
|
|
|
|
| 127 |
|
| 128 |
# Create a mapping dictionary for labels to categories
|
| 129 |
|
| 130 |
+
category_mapping = {
|
|
|
|
| 131 |
"Identity": [
|
| 132 |
"PERSON",
|
| 133 |
"FIRST_NAME",
|