JeCabrera commited on
Commit
8f55cd8
·
verified ·
1 Parent(s): 59a0a0e

Upload 11 files

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -108,17 +108,11 @@ if not st.session_state.messages:
108
  with col2:
109
  st.image("robocopy_logo.png", width=300)
110
  st.markdown("""
111
- <div style='text-align: center; margin-top: -35px;'>
112
- <div style='display: flex; justify-content: center;'>
113
- <h1 class='robocopy-title'>PUV Creator</h1>
114
- </div>
115
- <div style='display: flex; justify-content: center;'>
116
- <p style='font-size: 16px; color: #4ECDC4;'>By Jesús Cabrera</p>
117
- </div>
118
- <p style='font-size: 14px; background-color: #101720; padding: 8px; border-radius: 5px; margin-top: 10px; color: #4ECDC4;'>
119
- 🎯 Experto en crear Propuestas de Valor Únicas que convierten audiencia en clientes
120
- </p>
121
- </div>
122
  """, unsafe_allow_html=True)
123
 
124
  # Mostrar los ejemplos
 
108
  with col2:
109
  st.image("robocopy_logo.png", width=300)
110
  st.markdown("""
111
+ <h1 class='robocopy-title'>PUV Creator</h1>
112
+ <p style='font-size: 16px; color: #4ECDC4;'>By Jesús Cabrera</p>
113
+ <p style='font-size: 14px; background-color: #101720; padding: 8px; border-radius: 5px; margin-top: 10px; color: #4ECDC4;'>
114
+ 🎯 Experto en crear Propuestas de Valor Únicas que convierten audiencia en clientes
115
+ </p>
 
 
 
 
 
 
116
  """, unsafe_allow_html=True)
117
 
118
  # Mostrar los ejemplos