JeCabrera commited on
Commit
9051d09
·
verified ·
1 Parent(s): 8f55cd8

Upload 11 files

Browse files
Files changed (1) hide show
  1. app.py +11 -5
app.py CHANGED
@@ -108,11 +108,17 @@ if not st.session_state.messages:
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
 
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