teowu commited on
Commit
91a68d9
·
verified ·
1 Parent(s): 390168f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -338,12 +338,11 @@ def build_demo(args: argparse.Namespace) -> gr.Blocks:
338
  )
339
  with gr.Row():
340
  with gr.Column(scale=4):
341
- gr.Markdown("### Customize your system prompt here (use default if empty):")
342
  system_prompt = gr.Textbox(show_label=False, placeholder="Customize system prompt", container=False)
343
  with gr.Row():
344
 
345
  with gr.Column(scale=4):
346
- gr.Markdown("### Input your message here:")
347
  text_box = gr.Textbox(show_label=False, placeholder="Enter text", container=False)
348
 
349
  with gr.Column(min_width=70):
 
338
  )
339
  with gr.Row():
340
  with gr.Column(scale=4):
341
+ gr.Markdown("[Optional] Customize your system prompt here (use default if empty):")
342
  system_prompt = gr.Textbox(show_label=False, placeholder="Customize system prompt", container=False)
343
  with gr.Row():
344
 
345
  with gr.Column(scale=4):
 
346
  text_box = gr.Textbox(show_label=False, placeholder="Enter text", container=False)
347
 
348
  with gr.Column(min_width=70):