Spaces:
Running
Running
Update app.py
Browse files
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",
|
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!")
|