AIEcosystem commited on
Commit
370aed6
·
verified ·
1 Parent(s): adcc12e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +12 -6
src/streamlit_app.py CHANGED
@@ -76,15 +76,21 @@ st.markdown(
76
  unsafe_allow_html=True
77
  )
78
 
79
- expander.write("""**Named Entities:** This HR.ai web app predicts thirty-six (37) labels: "Job_with_Date", "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"
 
 
 
 
 
80
 
81
  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.
82
 
83
- **How to Use:**
84
- 1. Type or paste your text into the text area below, then press Ctrl + Enter. Click the 'Results' button to extract and tag entities in your text data.
85
- 2. Type or paste your text into the text area below, then press Ctrl + Enter.
86
- 3. Click the 'Add Question' button to add your question to the Record of Questions. You can manage your questions by deleting them one by one.
87
- 4. Click the 'Extract Answers' button to extract the answer to your question.
 
88
 
89
  **Usage Limits:** You can request results unlimited times for one (1) month.
90
 
 
76
  unsafe_allow_html=True
77
  )
78
 
79
+ expander = st.expander("**Important notes**")
80
+ expander.write("""
81
+ **How to Use the HR.ai web app:**
82
+ Type or paste your text into the text area below, then press Ctrl + Enter. Click the 'Results' button to extract and tag entities in your text data.
83
+
84
+ This HR.ai web app predicts thirty-seven (37) labels: "Job_with_Date", "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"
85
 
86
  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.
87
 
88
+ **How to Use the InfoFinder web app:**
89
+ 1. Type or paste your text into the text area below, then press Ctrl + Enter.
90
+ 2. Click the 'Add Question' button to add your question to the Record of Questions. You can manage your questions by deleting them one by one.
91
+ 3. Click the 'Extract Answers' button to extract the answer to your question.
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