chansung commited on
Commit
2e0a307
·
1 Parent(s): 6c33d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -21,6 +21,14 @@ STYLE = """
21
  border: transparent;
22
  box-shadow: none;
23
  }
 
 
 
 
 
 
 
 
24
  """
25
 
26
  get_local_storage = """
 
21
  border: transparent;
22
  box-shadow: none;
23
  }
24
+
25
+ #chatbot {
26
+ height: 800px;
27
+ overflow: auto;
28
+ }
29
+ #chatbot > .wrap {
30
+ max-height: 780px;
31
+ }
32
  """
33
 
34
  get_local_storage = """