lewtun HF staff commited on
Commit
654bc80
1 Parent(s): 004554c

Add placeholder for system message

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -264,7 +264,11 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=custom_css) as demo:
264
 
265
  with gr.Row():
266
  with gr.Column(scale=1):
267
- system_message = gr.Textbox(elem_id="system-message", label="System prompt")
 
 
 
 
268
 
269
  with gr.Column(scale=2):
270
  with gr.Box():
 
264
 
265
  with gr.Row():
266
  with gr.Column(scale=1):
267
+ system_message = gr.Textbox(
268
+ elem_id="system-message",
269
+ placeholder="Below is a conversation between a human user and a helpful AI coding assistant.",
270
+ label="System prompt",
271
+ )
272
 
273
  with gr.Column(scale=2):
274
  with gr.Box():