Upload app.py
Browse files
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="
|
| 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 |
)
|