Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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()
|