codelion commited on
Commit
69d4c01
·
verified ·
1 Parent(s): b9491fc

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1044,9 +1044,9 @@ with gr.Blocks(title="OpenEvolve Prompt Optimizer", theme=gr.themes.Soft()) as d
1044
 
1045
  initial_prompt = gr.TextArea(
1046
  label="Initial Prompt",
1047
- value="Classify: {input}",
1048
  lines=5,
1049
- info="Use {input} as placeholder. Start simple and vague - evolution will make it better!"
1050
  )
1051
 
1052
  # Button outside the column for better visibility
 
1044
 
1045
  initial_prompt = gr.TextArea(
1046
  label="Initial Prompt",
1047
+ value="Review sentiment {input}",
1048
  lines=5,
1049
+ info="Use {input} as placeholder. This baseline scores ~60% - evolution will improve it!"
1050
  )
1051
 
1052
  # Button outside the column for better visibility