JeCabrera commited on
Commit
07a8b57
·
verified ·
1 Parent(s): 70bf857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ if submit:
113
  else:
114
  col2.markdown(f"""
115
  <div style="{styles['results_container']}">
116
- <h3>Beneficios Generados:</h3>
117
  <p>{generated_benefits}</p>
118
  </div>
119
  """, unsafe_allow_html=True)
 
113
  else:
114
  col2.markdown(f"""
115
  <div style="{styles['results_container']}">
116
+ <h3>Estos son tus bullets:</h3>
117
  <p>{generated_benefits}</p>
118
  </div>
119
  """, unsafe_allow_html=True)