JeCabrera commited on
Commit
0c66df4
·
verified ·
1 Parent(s): a96b2b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ with col1:
63
  options=list(story_formulas.keys()),
64
  format_func=lambda x: x
65
  )
66
- st.info(story_formulas[formula_type])
 
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,