Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,8 @@ with col1:
|
|
63 |
options=list(story_formulas.keys()),
|
64 |
format_func=lambda x: x
|
65 |
)
|
66 |
-
|
|
|
67 |
|
68 |
length = st.slider("Longitud del texto (palabras):",
|
69 |
min_value=100,
|
|
|
63 |
options=list(story_formulas.keys()),
|
64 |
format_func=lambda x: x
|
65 |
)
|
66 |
+
# Remove or comment out this line
|
67 |
+
# st.info(story_formulas[formula_type])
|
68 |
|
69 |
length = st.slider("Longitud del texto (palabras):",
|
70 |
min_value=100,
|