AIEcosystem commited on
Commit
37e81ed
·
verified ·
1 Parent(s): 6016ab7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- labels = ["person", "country", "city", "organization", "date", "time", "percent, "cardinal", "money", "position"]
 
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