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