codelion commited on
Commit
b48eba1
·
verified ·
1 Parent(s): e99c626

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -996,7 +996,7 @@ with gr.Blocks(title="OpenEvolve Prompt Optimizer", theme=gr.themes.Soft()) as d
996
 
997
  initial_prompt = gr.TextArea(
998
  label="Initial Prompt",
999
- value="Classify the sentiment of this review as positive or negative.\n\nReview: {input}\n\nSentiment:",
1000
  lines=5,
1001
  info="Use {input} as placeholder for dataset inputs. Start simple - evolution will improve it!"
1002
  )
 
996
 
997
  initial_prompt = gr.TextArea(
998
  label="Initial Prompt",
999
+ value="Review sentiment {input}",
1000
  lines=5,
1001
  info="Use {input} as placeholder for dataset inputs. Start simple - evolution will improve it!"
1002
  )