AIEcosystem commited on
Commit
596176b
·
verified ·
1 Parent(s): d0f56f9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -137,11 +137,11 @@ labels = [
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,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", "Time Period", "Revenue", "Cost", "Budget", "Invoice Number"],
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