Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
@@ -137,11 +137,11 @@ labels = [
|
|
137 |
"Country",
|
138 |
"Date",
|
139 |
"Time",
|
140 |
-
"
|
141 |
"Revenue",
|
142 |
"Cost",
|
143 |
"Budget",
|
144 |
-
"
|
145 |
"Product",
|
146 |
"Service",
|
147 |
"Task",
|
@@ -161,7 +161,7 @@ category_mapping = {
|
|
161 |
"People": ["Person", "Employee", "Contact"],
|
162 |
"Organizations": ["Company", "Department", "Vendor", "Client"],
|
163 |
"Locations": ["Office", "Warehouse", "Address", "City", "State", "Country"],
|
164 |
-
"Time & Finance" : ["Date", "Time", "
|
165 |
|
166 |
"Other Entities": ["Product", "Service", "Task", "Project", "Status", "Asset", "Transaction"],
|
167 |
|
|
|
137 |
"Country",
|
138 |
"Date",
|
139 |
"Time",
|
140 |
+
"Time_period",
|
141 |
"Revenue",
|
142 |
"Cost",
|
143 |
"Budget",
|
144 |
+
"Invoice_number",
|
145 |
"Product",
|
146 |
"Service",
|
147 |
"Task",
|
|
|
161 |
"People": ["Person", "Employee", "Contact"],
|
162 |
"Organizations": ["Company", "Department", "Vendor", "Client"],
|
163 |
"Locations": ["Office", "Warehouse", "Address", "City", "State", "Country"],
|
164 |
+
"Time & Finance" : ["Date", "Time", "Time_period", "Revenue", "Cost", "Budget", "Invoice_number"],
|
165 |
|
166 |
"Other Entities": ["Product", "Service", "Task", "Project", "Status", "Asset", "Transaction"],
|
167 |
|