jdesiree commited on
Commit
73dced3
·
verified ·
1 Parent(s): ce7bbed

Refining layout

Browse files

Adjusted the chat container and chat log height parameters.

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -361,7 +361,7 @@ custom_css = """
361
 
362
  /* Chat container */
363
  .chat-container {
364
- min-height: 1000px;
365
  background-color: rgb(240, 236, 230);
366
  }
367
 
@@ -488,7 +488,7 @@ with gr.Blocks(css=custom_css, title="EduBot") as demo:
488
  show_copy_button=True,
489
  show_share_button=False,
490
  avatar_images=None,
491
- height=500
492
  )
493
 
494
  # Input Section
 
361
 
362
  /* Chat container */
363
  .chat-container {
364
+ min-height: 900px;
365
  background-color: rgb(240, 236, 230);
366
  }
367
 
 
488
  show_copy_button=True,
489
  show_share_button=False,
490
  avatar_images=None,
491
+ height=750
492
  )
493
 
494
  # Input Section