Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ else:
|
|
233 |
|
234 |
#placeholder for warning
|
235 |
placeholder= st.empty()
|
236 |
-
placeholder.info("
|
237 |
|
238 |
result= get_pipeline(text)
|
239 |
|
|
|
233 |
|
234 |
#placeholder for warning
|
235 |
placeholder= st.empty()
|
236 |
+
placeholder.info("Processing...")
|
237 |
|
238 |
result= get_pipeline(text)
|
239 |
|