louiecerv commited on
Commit
adf44a1
·
1 Parent(s): 098099d
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -242,6 +242,7 @@ if 'models_trained' not in st.session_state:
242
 
243
  # Train the models and store them in session state
244
  if not st.session_state['models_trained']:
 
245
  with st.spinner("Training Models..."):
246
  for i, (model_name, model) in enumerate(st.session_state['models'].items()):
247
  with model_tabs[i]:
 
242
 
243
  # Train the models and store them in session state
244
  if not st.session_state['models_trained']:
245
+ st.write("Training Models with 100,000 data rows...")
246
  with st.spinner("Training Models..."):
247
  for i, (model_name, model) in enumerate(st.session_state['models'].items()):
248
  with model_tabs[i]: