JeCabrera commited on
Commit
233cecb
·
verified ·
1 Parent(s): b1173f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ if submit:
154
  generated_bullets = get_gemini_response_bullets(target_audience, product, num_bullets, temperature)
155
  col2.markdown(f"""
156
  <div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
157
- <h4 style='text-align: center;'>Aquí están tus Bullets:</h4>
158
  <pre style="white-space: pre-wrap;">{generated_bullets}</pre>
159
  </div>
160
  """, unsafe_allow_html=True)
 
154
  generated_bullets = get_gemini_response_bullets(target_audience, product, num_bullets, temperature)
155
  col2.markdown(f"""
156
  <div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
157
+ <h4>🧙🏻‍♂️ Mira la magia en acción:</h4>
158
  <pre style="white-space: pre-wrap;">{generated_bullets}</pre>
159
  </div>
160
  """, unsafe_allow_html=True)