aemin commited on
Commit
6a6be1f
·
1 Parent(s): 21d4acd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ text= st.text_input("Type here your text and press enter to run:", value="12 Cor
130
 
131
  #placeholder for loading warning
132
  placeholder= st.empty()
133
- placeholder.text("processing text...")
134
 
135
  result= get_pipeline(text)
136
 
@@ -148,4 +148,4 @@ labels = st.sidebar.multiselect(
148
 
149
  show_html2(text, df, labels, "Text annotated with identified Named Entities")
150
 
151
- placeholder.empty()
 
130
 
131
  #placeholder for loading warning
132
  placeholder= st.empty()
133
+ placeholder.info("processing text...")
134
 
135
  result= get_pipeline(text)
136
 
 
148
 
149
  show_html2(text, df, labels, "Text annotated with identified Named Entities")
150
 
151
+ #placeholder.empty()