Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,10 @@ col1, col2 = st.columns(2)
|
|
15 |
with col1:
|
16 |
st.header("Input")
|
17 |
default_text="""
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
I have strong communication skills.
|
23 |
-
"""
|
24 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400, max_chars=None, key=None, help=None, placeholder=None)
|
25 |
analyze_button = st.button("Analyze")
|
26 |
|
|
|
15 |
with col1:
|
16 |
st.header("Input")
|
17 |
default_text="""
|
18 |
+
As a software engineer, I utilize my skills in Python and SQL while ensuring effective communication with my team.
|
19 |
+
My background in project management includes using Agile methodologies and developing strong leadership capabilities.
|
20 |
+
I am a data analyst skilled in R and Tableau, with excellent analytical and critical thinking skills.
|
21 |
+
"""
|
|
|
|
|
22 |
text = st.text_area("Enter text for NER analysis:", value=default_text, height=400, max_chars=None, key=None, help=None, placeholder=None)
|
23 |
analyze_button = st.button("Analyze")
|
24 |
|