Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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(
|