ML-INTA commited on
Commit
35fb8e8
·
1 Parent(s): 9136e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with tab2:
129
 
130
 
131
 
132
-
133
  st.header("Variables genéticas")
134
 
135
  chosen = st.radio(
@@ -184,6 +184,7 @@ else:
184
  st.session_state["mutation_prob"] = mutation_prob
185
  else:
186
  st.session_state["activar_generaciones"] = False
 
187
 
188
  st.header("Guardar")
189
  boton = st.button("¿Guardar variables?", type="primary")
 
129
 
130
 
131
 
132
+ '''
133
  st.header("Variables genéticas")
134
 
135
  chosen = st.radio(
 
184
  st.session_state["mutation_prob"] = mutation_prob
185
  else:
186
  st.session_state["activar_generaciones"] = False
187
+ '''
188
 
189
  st.header("Guardar")
190
  boton = st.button("¿Guardar variables?", type="primary")