Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
"
|
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": ["
|
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"],
|