aemin commited on
Commit
20dc861
1 Parent(s): 2c04d44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -193,7 +193,9 @@ def load_sparknlp_models():
193
 
194
  placeholder= st.empty()
195
  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...")
 
196
  nlp_dict= load_sparknlp_models()
 
197
  placeholder.empty()
198
 
199
 
 
193
 
194
  placeholder= st.empty()
195
  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...")
196
+
197
  nlp_dict= load_sparknlp_models()
198
+
199
  placeholder.empty()
200
 
201