jdesiree commited on
Commit
e17bb61
·
verified ·
1 Parent(s): 78b98ec

Increased chat container height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ custom_css = """
361
 
362
  /* Chat container */
363
  .chat-container {
364
- min-height: 500px;
365
  background-color: rgb(240, 236, 230);
366
  }
367
 
 
361
 
362
  /* Chat container */
363
  .chat-container {
364
+ min-height: 800px;
365
  background-color: rgb(240, 236, 230);
366
  }
367