Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -2
src/streamlit_app.py
CHANGED
|
@@ -81,7 +81,9 @@ Results are presented in easy-to-read tables, visualized in an interactive tree
|
|
| 81 |
|
| 82 |
Results are presented in an easy-to-read table, visualized in an interactive tree map, and is available for download.
|
| 83 |
|
| 84 |
-
**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"
|
|
|
|
|
|
|
| 85 |
|
| 86 |
**Supported Languages:** English
|
| 87 |
|
|
@@ -90,7 +92,7 @@ Results are presented in an easy-to-read table, visualized in an interactive tre
|
|
| 90 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 91 |
|
| 92 |
with st.sidebar:
|
| 93 |
-
st.write("Use the following code to embed the web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 94 |
code = '''
|
| 95 |
<iframe
|
| 96 |
src="https://aiecosystem-hr-ai.hf.space"
|
|
|
|
| 81 |
|
| 82 |
Results are presented in an easy-to-read table, visualized in an interactive tree map, and is available for download.
|
| 83 |
|
| 84 |
+
**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"
|
| 85 |
+
|
| 86 |
+
**Usage Limits:** You can request results unlimited times for one (1) month.
|
| 87 |
|
| 88 |
**Supported Languages:** English
|
| 89 |
|
|
|
|
| 92 |
For any errors or inquiries, please contact us at info@nlpblogs.com""")
|
| 93 |
|
| 94 |
with st.sidebar:
|
| 95 |
+
st.write("Use the following code to embed the HR.ai web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 96 |
code = '''
|
| 97 |
<iframe
|
| 98 |
src="https://aiecosystem-hr-ai.hf.space"
|