harpreetsahota commited on
Commit
dba44ef
·
verified ·
1 Parent(s): bbcf582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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",