brurei commited on
Commit
21d25b0
·
1 Parent(s): 3b8f6c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -15,6 +15,11 @@ os.environ["OPENAI_API_KEY"] = 'sk-RQJI5MxCOPeBxgvUA1Q1T3BlbkFJ42VYGdxZC4tLv3oOA
15
  css = """
16
  #component-2 {position: absolute; bottom: 0; width: 100%;
17
  }
 
 
 
 
 
18
  div.svelte-awbtu4 {
19
  display: flex;
20
  flex-direction: inherit;
 
15
  css = """
16
  #component-2 {position: absolute; bottom: 0; width: 100%;
17
  }
18
+ .wrap.svelte-6roggh.svelte-6roggh {
19
+ padding: var(--block-padding);
20
+ height: 100%;
21
+ overflow-y: auto;
22
+ }
23
  div.svelte-awbtu4 {
24
  display: flex;
25
  flex-direction: inherit;