Update app/streamlit_app.py
Browse files- 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 |
-
|
| 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()
|