Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,8 +153,8 @@ with gr.Blocks() as demo:
|
|
| 153 |
)
|
| 154 |
|
| 155 |
# Parameters and Prompt Details section below the chat
|
| 156 |
-
with gr.Row():
|
| 157 |
-
with gr.Column():
|
| 158 |
with gr.Accordion("Current Prompt Details", open=False):
|
| 159 |
system_prompt_display = gr.TextArea(
|
| 160 |
label="System Prompt",
|
|
|
|
| 153 |
)
|
| 154 |
|
| 155 |
# Parameters and Prompt Details section below the chat
|
| 156 |
+
with gr.Row(equal_height=True):
|
| 157 |
+
with gr.Column(scale=1, min_width=300):
|
| 158 |
with gr.Accordion("Current Prompt Details", open=False):
|
| 159 |
system_prompt_display = gr.TextArea(
|
| 160 |
label="System Prompt",
|