AIEcosystem commited on
Commit
8d94b7b
·
verified ·
1 Parent(s): 06af0c2

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -129,7 +129,7 @@ if not comet_initialized:
129
 
130
  # --- Label Definitions ---
131
  labels = [
132
- "Email_address", "Phone_number", "Street_address", "City", "State", "Zip_code", "Country",
133
  "Date_of_birth", "Gender", "Marital_status", "Person",
134
  "Full_time", "Part_time", "Contract", "Temporary", "Terminated", "Active", "Retired",
135
  "Job_title", "Employment_type", "Start_date", "End_date", "Company", "Organization", "Role", "Position",
@@ -149,7 +149,7 @@ labels = [
149
  category_mapping = {
150
 
151
 
152
- "Contact Information": ["Email_address", "Phone_number", "Street_address", "City", "State", "Zip_code", "Country"],
153
  "Personal Details": ["Date_of_birth", "Gender", "Marital_status", "Person"],
154
  "Employment Status": ["Full_time", "Part_time", "Contract", "Temporary", "Terminated", "Active", "Retired"],
155
  "Employment Information" : ["Job_title", "Employment_type", "Start_date", "End_date", "Company", "Organization", "Role", "Position"],
 
129
 
130
  # --- Label Definitions ---
131
  labels = [
132
+ "Email", "Phone_number", "Street_address", "City", "State", "Zip_code", "Country",
133
  "Date_of_birth", "Gender", "Marital_status", "Person",
134
  "Full_time", "Part_time", "Contract", "Temporary", "Terminated", "Active", "Retired",
135
  "Job_title", "Employment_type", "Start_date", "End_date", "Company", "Organization", "Role", "Position",
 
149
  category_mapping = {
150
 
151
 
152
+ "Contact Information": ["Email", "Phone_number", "Street_address", "City", "State", "Zip_code", "Country"],
153
  "Personal Details": ["Date_of_birth", "Gender", "Marital_status", "Person"],
154
  "Employment Status": ["Full_time", "Part_time", "Contract", "Temporary", "Terminated", "Active", "Retired"],
155
  "Employment Information" : ["Job_title", "Employment_type", "Start_date", "End_date", "Company", "Organization", "Role", "Position"],