JeCabrera commited on
Commit
f5d3d30
verified
1 Parent(s): f6214f2

Upload 11 files

Browse files
Files changed (1) hide show
  1. app.py +11 -23
app.py CHANGED
@@ -106,33 +106,21 @@ if not st.session_state.messages:
106
  # Mostrar la car谩tula inicial con el logo centrado
107
  col1, col2, col3 = st.columns([1, 2, 1])
108
  with col2:
109
- # Centrar la imagen
110
- st.markdown("<div style='text-align: center;'>", unsafe_allow_html=True)
111
  st.image("robocopy_logo.png", width=300)
112
- st.markdown("</div>", unsafe_allow_html=True)
113
-
114
- # T铆tulo
115
- st.markdown("""
116
- <div style='text-align: center; margin-top: -35px;'>
117
- <h1 class='robocopy-title'>PUV Creator</h1>
118
  </div>
119
- """, unsafe_allow_html=True)
120
-
121
- # Subt铆tulo
122
- st.markdown("""
123
- <div style='text-align: center;'>
124
  <p style='font-size: 16px; color: #4ECDC4;'>By Jes煤s Cabrera</p>
125
  </div>
126
- """, unsafe_allow_html=True)
127
-
128
- # Descripci贸n
129
- st.markdown("""
130
- <div style='text-align: center;'>
131
- <p style='font-size: 14px; background-color: #101720; padding: 8px; border-radius: 5px; margin-top: 10px; color: #4ECDC4;'>
132
- 馃幆 Experto en crear Propuestas de Valor 脷nicas que convierten audiencia en clientes
133
- </p>
134
- </div>
135
- """, unsafe_allow_html=True)
136
 
137
  # Mostrar los ejemplos
138
  ejemplos = [
 
106
  # Mostrar la car谩tula inicial con el logo centrado
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 = [