AIEcosystem commited on
Commit
2a12da5
·
verified ·
1 Parent(s): 7195ed6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -4
src/streamlit_app.py CHANGED
@@ -79,10 +79,10 @@ st.markdown(
79
  expander = st.expander("**Important notes**")
80
  expander.write("""
81
  **How to Use the HR.ai web app:**
 
 
82
 
83
- -Type or paste your text into the text area, then press Ctrl + Enter. Click the 'Results' button to extract and tag entities in your text data.
84
- -Results are presented in easy-to-read tables, visualized in an interactive tree map, pie chart and bar chart, and are available for download along with a Glossary of tags.
85
- -This HR.ai web app predicts thirty-seven (36) labels: "Email", "Phone_number", "Street_address", "City", "Country", "Date_of_birth", "Marital_status", "Person", "Full_time", "Part_time", "Contract", "Terminated", "Retired", "Job_title", "Date", "Organization", "Role", "Performance_score", "Leave_of_absence", "Retirement_plan", "Bonus", "Stock_options", "Health_insurance", "Pay_rate", "Annual_salary", "Tax", "Deductions", "Interview_type", "Applicant", "Referral", "Job_board", "Recruiter", "Offer_letter", "Agreement", "Certification", "Skill"
86
 
87
 
88
  **How to Use the Question-Answering feature:**
@@ -92,6 +92,9 @@ expander.write("""
92
 
93
  Results are presented in an easy-to-read table, visualized in an interactive tree map, and is available for download.
94
 
 
 
 
95
  **Usage Limits:** You can request results unlimited times for one (1) month.
96
 
97
  **Supported Languages:** English
@@ -216,7 +219,6 @@ with tab1:
216
  - **text**: ['entity extracted from your text data']
217
  - **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
218
  - **label**: ['label (tag) assigned to a given extracted entity']
219
- - **category**: ['the high-level category for the label']
220
  - **start**: ['index of the start of the corresponding entity']
221
  - **end**: ['index of the end of the corresponding entity']
222
  ''')
 
79
  expander = st.expander("**Important notes**")
80
  expander.write("""
81
  **How to Use the HR.ai web app:**
82
+ 1. Type or paste your text into the text area, then press Ctrl + Enter.
83
+ 2. Click the 'Results' button to extract and tag entities in your text data.
84
 
85
+ Results are presented in easy-to-read tables, visualized in an interactive tree map, pie chart and bar chart, and are available for download along with a Glossary of tags.
 
 
86
 
87
 
88
  **How to Use the Question-Answering feature:**
 
92
 
93
  Results are presented in an easy-to-read table, visualized in an interactive tree map, and is available for download.
94
 
95
+
96
+ **Entities:** "Email", "Phone_number", "Street_address", "City", "Country", "Date_of_birth", "Marital_status", "Person", "Full_time", "Part_time", "Contract", "Terminated", "Retired", "Job_title", "Date", "Organization", "Role", "Performance_score", "Leave_of_absence", "Retirement_plan", "Bonus", "Stock_options", "Health_insurance", "Pay_rate", "Annual_salary", "Tax", "Deductions", "Interview_type", "Applicant", "Referral", "Job_board", "Recruiter", "Offer_letter", "Agreement", "Certification", "Skill"
97
+
98
  **Usage Limits:** You can request results unlimited times for one (1) month.
99
 
100
  **Supported Languages:** English
 
219
  - **text**: ['entity extracted from your text data']
220
  - **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
221
  - **label**: ['label (tag) assigned to a given extracted entity']
 
222
  - **start**: ['index of the start of the corresponding entity']
223
  - **end**: ['index of the end of the corresponding entity']
224
  ''')