sheonhan commited on
Commit
a5d842f
1 Parent(s): 654bc80

make two chat boxes the same

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -224,11 +224,11 @@ custom_css = """
224
  }
225
 
226
  #system-message {
227
- min-height: 622px;
228
  }
229
 
230
  #system-message textarea {
231
- min-height: 562px;
232
  }
233
 
234
  #chat-message {
@@ -270,7 +270,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=custom_css) as demo:
270
  label="System prompt",
271
  )
272
 
273
- with gr.Column(scale=2):
274
  with gr.Box():
275
  output = gr.Markdown()
276
  chatbot = gr.Chatbot(elem_id="chat-message", label="Chat")
 
224
  }
225
 
226
  #system-message {
227
+ min-height: 527px;
228
  }
229
 
230
  #system-message textarea {
231
+ min-height: 462px;
232
  }
233
 
234
  #chat-message {
 
270
  label="System prompt",
271
  )
272
 
273
+ with gr.Column(scale=1):
274
  with gr.Box():
275
  output = gr.Markdown()
276
  chatbot = gr.Chatbot(elem_id="chat-message", label="Chat")