JeCabrera commited on
Commit
a0d27a3
verified
1 Parent(s): 9f0a5d8

Upload 12 files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +5 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- title: Chatbot PUV
4
  sdk: streamlit
5
  emoji: 馃弳
6
  colorFrom: red
 
1
  ---
2
  license: mit
3
+ title: Chatbot_Gemini_Streamlit
4
  sdk: streamlit
5
  emoji: 馃弳
6
  colorFrom: red
app.py CHANGED
@@ -152,21 +152,21 @@ def display_initial_header():
152
  # T铆tulo
153
  st.markdown("""
154
  <div style='text-align: center; margin-top: -35px; width: 100%;'>
155
- <h1 class='robocopy-title' style='width: 100%; text-align: center;'>PUV Creator</h1>
156
  </div>
157
  """, unsafe_allow_html=True)
158
 
159
- # Subt铆tulo
160
  st.markdown("""
161
  <div style='text-align: center; width: 100%;'>
162
- <p style='font-size: 16px; color: #4ECDC4; width: 100%; text-align: center;'>By Jes煤s Cabrera</p>
163
  </div>
164
  """, unsafe_allow_html=True)
165
 
166
- # Descripci贸n (ahora fuera de la columna para ocupar todo el ancho)
167
  st.markdown("""
168
  <div style='text-align: center; width: 100%;'>
169
- <p style='font-size: 16px; background-color: #1E3A5F; padding: 12px; border-radius: 8px; margin-top: 10px; color: #4ECDC4; width: 100%; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);'>
170
  馃幆 Experto en crear Propuestas de Valor 脷nicas que convierten audiencia en clientes
171
  </p>
172
  </div>
 
152
  # T铆tulo
153
  st.markdown("""
154
  <div style='text-align: center; margin-top: -35px; width: 100%;'>
155
+ <h1 class='robocopy-title' style='width: 100%; text-align: center; color: white !important;'>PUV Creator</h1>
156
  </div>
157
  """, unsafe_allow_html=True)
158
 
159
+ # Subt铆tulo con margen superior ajustado a -30px
160
  st.markdown("""
161
  <div style='text-align: center; width: 100%;'>
162
+ <p style='font-size: 16px; color: white; width: 100%; text-align: center; margin-top: -30px;'>By Jes煤s Cabrera</p>
163
  </div>
164
  """, unsafe_allow_html=True)
165
 
166
+ # Descripci贸n con fondo eliminado y margen superior ajustado a -30px
167
  st.markdown("""
168
  <div style='text-align: center; width: 100%;'>
169
+ <p style='font-size: 16px; background-color: transparent; padding: 12px; border-radius: 8px; margin-top: -30px; color: white; width: 100%; text-align: center;'>
170
  馃幆 Experto en crear Propuestas de Valor 脷nicas que convierten audiencia en clientes
171
  </p>
172
  </div>