JeCabrera commited on
Commit
21afd48
·
verified ·
1 Parent(s): 4e2f0e1

Upload 10 files

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -106,10 +106,10 @@ if not st.session_state.messages:
106
  # Mostrar la carátula inicial con el logo centrado
107
  st.markdown("""
108
  <div style='text-align: center; padding: 1rem 0;'>
109
- <img src="./Gemini-Chatbot-Interface-with-Streamlit-main/assets/robocopy_logo.png" width="300" style="margin-bottom: 20px;">
110
- <h1 style='font-size: 24px; margin-bottom: 0.5rem;'>💎 RoboCopy PUV Creator</h1>
111
- <p style='font-size: 16px; color: white;'>By Jesús Cabrera</p>
112
- <p style='font-size: 14px; background-color: rgba(78, 205, 196, 0.1); padding: 8px; border-radius: 5px; margin-top: 10px; color: white;'>
113
  🎯 Experto en crear Propuestas de Valor Únicas que convierten audiencia en clientes
114
  </p>
115
  </div>
 
106
  # Mostrar la carátula inicial con el logo centrado
107
  st.markdown("""
108
  <div style='text-align: center; padding: 1rem 0;'>
109
+ <img src="assets/robocopy_logo.png" width="300" style="margin-bottom: 20px;">
110
+ <h1 class='robocopy-title'>💎 RoboCopy PUV Creator</h1>
111
+ <p style='font-size: 16px; color: #4ECDC4;'>By Jesús Cabrera</p>
112
+ <p style='font-size: 14px; background-color: rgba(78, 205, 196, 0.1); padding: 8px; border-radius: 5px; margin-top: 10px; color: #4ECDC4;'>
113
  🎯 Experto en crear Propuestas de Valor Únicas que convierten audiencia en clientes
114
  </p>
115
  </div>