vilarin commited on
Commit
7ae226e
·
verified ·
1 Parent(s): 1c1ffc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -147,11 +147,12 @@ with gr.Blocks(theme="citrus", css=CSS) as demo:
147
  ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
148
  ],
149
  cache_examples = False,
150
- additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
151
  additional_inputs=[
152
  gr.Textbox(
153
  value = tools_schema,
154
  label = "Tools schema",
 
155
  render=False,
156
  ),
157
  gr.Slider(
 
147
  ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
148
  ],
149
  cache_examples = False,
150
+ additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=True, render=False),
151
  additional_inputs=[
152
  gr.Textbox(
153
  value = tools_schema,
154
  label = "Tools schema",
155
+ lines = 10,
156
  render=False,
157
  ),
158
  gr.Slider(