Spaces:
Runtime error
Runtime error
Upload 11 files
Browse files
app.py
CHANGED
@@ -108,11 +108,17 @@ if not st.session_state.messages:
|
|
108 |
with col2:
|
109 |
st.image("robocopy_logo.png", width=300)
|
110 |
st.markdown("""
|
111 |
-
<
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
""", unsafe_allow_html=True)
|
117 |
|
118 |
# Mostrar los ejemplos
|
|
|
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
|