Ahmedik95316 commited on
Commit
6e93410
·
verified ·
1 Parent(s): a9a2d0e

Update app/streamlit_app.py

Browse files
Files changed (1) hide show
  1. app/streamlit_app.py +1 -1
app/streamlit_app.py CHANGED
@@ -1621,7 +1621,7 @@ def render_system_status():
1621
  # reinitialize_system()
1622
 
1623
  st.write("Force system reinitialization with ensemble training")
1624
- st.caption("⚠️ This process takes 2-3 minutes and will replace the current model")
1625
 
1626
  if st.button("🚀 Force Reinitialize", type="primary"):
1627
  reinitialize_system()
 
1621
  # reinitialize_system()
1622
 
1623
  st.write("Force system reinitialization with ensemble training")
1624
+ st.caption("⚠️ This process takes 2-3 minutes and will replace the current model")
1625
 
1626
  if st.button("🚀 Force Reinitialize", type="primary"):
1627
  reinitialize_system()