JeCabrera commited on
Commit
59a0a0e
·
verified ·
1 Parent(s): 62a3661

Upload 11 files

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