Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -328,6 +328,8 @@ with gr.Blocks(
|
|
328 |
system = gr.Textbox(
|
329 |
label="System Prompt",
|
330 |
value=prompt_template,
|
|
|
|
|
331 |
show_label=False,
|
332 |
container=False,
|
333 |
# ).style(container=False)
|
|
|
328 |
system = gr.Textbox(
|
329 |
label="System Prompt",
|
330 |
value=prompt_template,
|
331 |
+
lines=6,
|
332 |
+
max_lines=30,
|
333 |
show_label=False,
|
334 |
container=False,
|
335 |
# ).style(container=False)
|