JeCabrera commited on
Commit
9bd45f9
·
verified ·
1 Parent(s): 21afd48

Upload 10 files

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -104,9 +104,12 @@ if not st.session_state.messages:
104
  system_prompt = get_puv_system_prompt()
105
 
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;'>
 
104
  system_prompt = get_puv_system_prompt()
105
 
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;'>
 
113
  <h1 class='robocopy-title'>💎 RoboCopy PUV Creator</h1>
114
  <p style='font-size: 16px; color: #4ECDC4;'>By Jesús Cabrera</p>
115
  <p style='font-size: 14px; background-color: rgba(78, 205, 196, 0.1); padding: 8px; border-radius: 5px; margin-top: 10px; color: #4ECDC4;'>