Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ with col1:
|
|
433 |
|
434 |
if selected_formula == "GHA":
|
435 |
length = st.slider("Longitud de la historia (palabras):",
|
436 |
-
min_value=50, max_value=
|
437 |
else:
|
438 |
length = st.slider("Longitud de la historia (palabras):",
|
439 |
min_value=50, max_value=150, value=100, step=10)
|
|
|
433 |
|
434 |
if selected_formula == "GHA":
|
435 |
length = st.slider("Longitud de la historia (palabras):",
|
436 |
+
min_value=50, max_value=150, value=100, step=10)
|
437 |
else:
|
438 |
length = st.slider("Longitud de la historia (palabras):",
|
439 |
min_value=50, max_value=150, value=100, step=10)
|