aemin commited on
Commit
7975d6c
·
1 Parent(s): 6e10593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -192,10 +192,10 @@ def load_sparknlp_models():
192
 
193
 
194
 
195
- placeholder_= st.empty()
196
- placeholder_.info("If you are launching the app for the first time, it may take some time (approximately 1 minute) for SparkNLP models to load...")
197
  nlp_dict= load_sparknlp_models()
198
- placeholder_.empty()
199
 
200
 
201
 
 
192
 
193
 
194
 
195
+ placeholder= st.empty()
196
+ placeholder.info("If you are launching the app for the first time, it may take some time (approximately 1 minute) for SparkNLP models to load...")
197
  nlp_dict= load_sparknlp_models()
198
+ placeholder.empty()
199
 
200
 
201