JeCabrera commited on
Commit
2ecc3ee
·
verified ·
1 Parent(s): dfc6239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -121,6 +121,7 @@ def generate_story(params, story_generator, col2):
121
 
122
  with st.spinner("Generando historia... ⏳"):
123
  try:
 
124
  story = story_generator.generate_story(params["formula"], params)
125
 
126
  with col2:
 
121
 
122
  with st.spinner("Generando historia... ⏳"):
123
  try:
124
+ # Generar la historia utilizando el generador
125
  story = story_generator.generate_story(params["formula"], params)
126
 
127
  with col2: