Upload app.py
Browse files
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="
|
| 1048 |
lines=5,
|
| 1049 |
-
info="Use {input} as placeholder.
|
| 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
|