Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ with col1:
|
|
29 |
analyze_button = st.button("Analyze")
|
30 |
|
31 |
with col2:
|
32 |
-
st.header("
|
|
|
33 |
if analyze_button:
|
34 |
ner_results = ner_pipeline(text)
|
35 |
|
|
|
29 |
analyze_button = st.button("Analyze")
|
30 |
|
31 |
with col2:
|
32 |
+
st.header("Result")
|
33 |
+
st.write("Press button [Analyze]")
|
34 |
if analyze_button:
|
35 |
ner_results = ner_pipeline(text)
|
36 |
|