Nucha commited on
Commit
6f6166a
·
verified ·
1 Parent(s): 4cc5027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ with col1:
29
  analyze_button = st.button("Analyze")
30
 
31
  with col2:
32
- st.header("Output")
 
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