AIEcosystem commited on
Commit
b427b29
·
verified ·
1 Parent(s): 40febf8

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +5 -4
src/streamlit_app.py CHANGED
@@ -67,8 +67,8 @@ st.subheader("Multilingual", divider="green")
67
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
68
  expander = st.expander("**Important notes**")
69
 
70
- expander.write("""**Named Entities:** This Multilingual predicts twenty-six (26) labels:
71
- "Person","First_name","Last_name","Title","Job_title","Affiliation","Gender","Age","Date","Nationality","Location","City","Country", "Role","Relationship"
72
 
73
  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.
74
 
@@ -87,12 +87,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
87
  with st.sidebar:
88
  st.write("Use the following code to embed the Multilingual web app on your website. Feel free to adjust the width and height values to fit your page.")
89
  code = '''
90
- <iframe
91
- src="https://aiecosystem-business-core.hf.space"
92
  frameborder="0"
93
  width="850"
94
  height="450"
95
  ></iframe>
 
96
  '''
97
  st.code(code, language="html")
98
  st.text("")
 
67
  st.link_button("by nlpblogs", "https://nlpblogs.com", type="tertiary")
68
  expander = st.expander("**Important notes**")
69
 
70
+ expander.write("""**Named Entities:** This Multilingual predicts fifteen (15) labels:
71
+ "Person","First_name","Last_name","Title","Job_title","Affiliation","Gender","Age","Date","Nationality","Location","City","Country","Role","Relationship"
72
 
73
  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.
74
 
 
87
  with st.sidebar:
88
  st.write("Use the following code to embed the Multilingual web app on your website. Feel free to adjust the width and height values to fit your page.")
89
  code = '''
90
+ <iframe
91
+ src="https://aiecosystem-multilingual.hf.space"
92
  frameborder="0"
93
  width="850"
94
  height="450"
95
  ></iframe>
96
+
97
  '''
98
  st.code(code, language="html")
99
  st.text("")