codelion commited on
Commit
4d557d2
·
verified ·
1 Parent(s): eb3dc19

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -945,9 +945,9 @@ with gr.Blocks(title="OpenEvolve Prompt Optimizer", theme=gr.themes.Soft()) as d
945
 
946
  initial_prompt = gr.TextArea(
947
  label="Initial Prompt",
948
- value="Analyze the sentiment of the following text and classify it as positive or negative:\n\n{input}\n\nClassification:",
949
  lines=6,
950
- info="Use {input} as placeholder for dataset inputs"
951
  )
952
 
953
  # Button outside the column for better visibility
 
945
 
946
  initial_prompt = gr.TextArea(
947
  label="Initial Prompt",
948
+ value="{input}\n\nSentiment:",
949
  lines=6,
950
+ info="Use {input} as placeholder for dataset inputs. Start simple - evolution will improve it!"
951
  )
952
 
953
  # Button outside the column for better visibility