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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
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",
 
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, min_height=300):
158
  with gr.Accordion("Current Prompt Details", open=False):
159
  system_prompt_display = gr.TextArea(
160
  label="System Prompt",