brurei commited on
Commit
bcf36b3
1 Parent(s): b69f44a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -15,6 +15,12 @@ os.environ["OPENAI_API_KEY"] = 'sk-RQJI5MxCOPeBxgvUA1Q1T3BlbkFJ42VYGdxZC4tLv3oOA
15
  css = """
16
  #component-2 {position: absolute; bottom: 0; width: 100%;
17
  }
 
 
 
 
 
 
18
  div.svelte-1frtwj3 {
19
  display: inline-flex;
20
  align-items: center;}
 
15
  css = """
16
  #component-2 {position: absolute; bottom: 0; width: 100%;
17
  }
18
+ .app.svelte-ac4rv4>.main.svelte-ac4rv4 {
19
+ display: flex;
20
+ flex-grow: 1;
21
+ flex-direction: column;
22
+ background-image: url(https://i.ibb.co/xj8R4r3/background-vertical.png);
23
+ }
24
  div.svelte-1frtwj3 {
25
  display: inline-flex;
26
  align-items: center;}