lvwerra HF staff commited on
Commit
3cd7834
·
verified ·
1 Parent(s): 6772cf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as demo:
50
  gr.Markdown("# HTML Generator")
51
 
52
  with gr.Row():
53
- system_input = gr.Textbox(label="System prompt", default="Environment: ipython\n\nYou are a helpful coding assistant. Always first explain what you are going to do before writing code.")
54
  user_input = gr.Textbox(label="User prompt", placeholder="What is 2+1? Use Python to solve.", lines=3)
55
 
56
  generate_btn = gr.Button("Let's go!")
 
50
  gr.Markdown("# HTML Generator")
51
 
52
  with gr.Row():
53
+ system_input = gr.Textbox(label="System prompt", value="Environment: ipython\n\nYou are a helpful coding assistant. Always first explain what you are going to do before writing code.")
54
  user_input = gr.Textbox(label="User prompt", placeholder="What is 2+1? Use Python to solve.", lines=3)
55
 
56
  generate_btn = gr.Button("Let's go!")