5to9 commited on
Commit
992ab1c
·
1 Parent(s): 7d7914e

0.4 adding new example prompt ltr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="أنت متحدث لبق باللغة العربية!", rtl=True, text_align="right", 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)
 
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)