Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -58,7 +58,8 @@ if not comet_initialized:
|
|
| 58 |
st.warning("Comet ML not initialized. Check environment variables.")
|
| 59 |
|
| 60 |
# --- Label Definitions ---
|
| 61 |
-
|
|
|
|
| 62 |
|
| 63 |
# Corrected mapping dictionary
|
| 64 |
# Create a mapping dictionary for labels to categories
|
|
|
|
| 58 |
st.warning("Comet ML not initialized. Check environment variables.")
|
| 59 |
|
| 60 |
# --- Label Definitions ---
|
| 61 |
+
|
| 62 |
+
labels = ["person", "country", "city", "organization", "date", "time", "percent", "cardinal", "money", "position"]
|
| 63 |
|
| 64 |
# Corrected mapping dictionary
|
| 65 |
# Create a mapping dictionary for labels to categories
|