Spaces:
Sleeping
Sleeping
0.4 adding new example prompt ltr
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
|
|
178 |
with gr.Column():
|
179 |
gr.HTML("<center><h1>🤖le Royale</h1></center>")
|
180 |
gr.Markdown(arena_notes)
|
181 |
-
system_prompt = gr.Textbox(lines=1, label="System Prompt", value="
|
182 |
with gr.Row(variant="panel"):
|
183 |
with gr.Column():
|
184 |
model_dropdown_a = gr.Dropdown(label="Model A", choices=models_available, value=None)
|
|
|
178 |
with gr.Column():
|
179 |
gr.HTML("<center><h1>🤖le Royale</h1></center>")
|
180 |
gr.Markdown(arena_notes)
|
181 |
+
system_prompt = gr.Textbox(lines=1, label="System Prompt", value="You are a helpful chatbot. Write a nike-worthy ad headline about the shame of being second best", show_copy_button=True)
|
182 |
with gr.Row(variant="panel"):
|
183 |
with gr.Column():
|
184 |
model_dropdown_a = gr.Dropdown(label="Model A", choices=models_available, value=None)
|