JeCabrera commited on
Commit
3416d24
·
verified ·
1 Parent(s): afdedb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -40,13 +40,7 @@ def get_model(temperature):
40
  }
41
  return genai.GenerativeModel('gemini-2.0-flash', generation_config=generation_config)
42
 
43
- # Update the format selection dropdown to include the new format name
44
- formato = st.selectbox(
45
- "Formato del perfil",
46
- options=["Jung's_Avatar", "busqueda_format", "story_format", "simple_format"],
47
- format_func=lambda x: x.replace("_", " ").title(),
48
- help="Selecciona el formato para tu perfil de cliente ideal"
49
- )
50
 
51
  def generate_buyer_persona(product, skills, target_audience, temperature, consciousness_level="Ninguno", format_type="Jung's_Avatar"):
52
  if not product or not skills:
 
40
  }
41
  return genai.GenerativeModel('gemini-2.0-flash', generation_config=generation_config)
42
 
43
+ # REMOVED: The format selection dropdown that was here
 
 
 
 
 
 
44
 
45
  def generate_buyer_persona(product, skills, target_audience, temperature, consciousness_level="Ninguno", format_type="Jung's_Avatar"):
46
  if not product or not skills: