JeCabrera commited on
Commit
a5ef5cf
verified
1 Parent(s): a339470

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -114,7 +114,7 @@ if not st.session_state.messages:
114
  avatar=AI_AVATAR_ICON,
115
  ):
116
  st.markdown("""
117
- Hola, soy tu asistente de IA especializado en crear Propuestas de Valor 脷nicas.
118
 
119
  Te ayudo a desarrollar mensajes persuasivos que conectan con tu audiencia y convierten visitantes en clientes. Para crear las mejores propuestas, necesito informaci贸n sobre:
120
 
@@ -133,7 +133,7 @@ if not st.session_state.messages:
133
  dict(
134
  role=MODEL_ROLE,
135
  content="""
136
- Hola, soy tu asistente de IA especializado en crear Propuestas de Valor 脷nicas.
137
 
138
  Te ayudo a desarrollar mensajes persuasivos que conectan con tu audiencia y convierten visitantes en clientes. Para crear las mejores propuestas, necesito informaci贸n sobre:
139
 
@@ -220,7 +220,7 @@ if prompt := st.chat_input('Describe tu producto/servicio y audiencia objetivo..
220
 
221
  You are a UVP (Unique Value Proposition) expert. Analyze (internally only, do not output the analysis) the user's message to identify information about their product/service and target audience.
222
 
223
- If the user is asking for UVPs, create THREE different UVPs in Spanish language using the most appropriate formula from your knowledge. If the user is asking a question about UVPs or marketing, answer it helpfully.
224
 
225
  When creating UVPs, follow these CRITICAL INSTRUCTIONS:
226
  - Each UVP must be specific and measurable
@@ -238,7 +238,7 @@ if prompt := st.chat_input('Describe tu producto/servicio y audiencia objetivo..
238
 
239
  Estas PUVs destacan [principales beneficios]. 驴Hay alguna que te guste m谩s o quieres que ajuste alg煤n aspecto?"
240
 
241
- If answering a question, provide a helpful, expert response in Spanish.
242
  """
243
 
244
  # Combinar el prompt del experto con el mensaje del usuario
 
114
  avatar=AI_AVATAR_ICON,
115
  ):
116
  st.markdown("""
117
+ Hola, soy RoboCopy tu asistente especializado en crear Propuestas de Valor 脷nicas.
118
 
119
  Te ayudo a desarrollar mensajes persuasivos que conectan con tu audiencia y convierten visitantes en clientes. Para crear las mejores propuestas, necesito informaci贸n sobre:
120
 
 
133
  dict(
134
  role=MODEL_ROLE,
135
  content="""
136
+ Hola, soy RoboCopy tu asistente especializado en crear Propuestas de Valor 脷nicas.
137
 
138
  Te ayudo a desarrollar mensajes persuasivos que conectan con tu audiencia y convierten visitantes en clientes. Para crear las mejores propuestas, necesito informaci贸n sobre:
139
 
 
220
 
221
  You are a UVP (Unique Value Proposition) expert. Analyze (internally only, do not output the analysis) the user's message to identify information about their product/service and target audience.
222
 
223
+ If the user is asking for UVPs, create THREE different UVPs using the most appropriate formula from your knowledge. If the user is asking a question about UVPs or marketing, answer it helpfully.
224
 
225
  When creating UVPs, follow these CRITICAL INSTRUCTIONS:
226
  - Each UVP must be specific and measurable
 
238
 
239
  Estas PUVs destacan [principales beneficios]. 驴Hay alguna que te guste m谩s o quieres que ajuste alg煤n aspecto?"
240
 
241
+ If answering a question, provide a helpful, expert response.
242
  """
243
 
244
  # Combinar el prompt del experto con el mensaje del usuario