lotrlol commited on
Commit
ab2810f
1 Parent(s): 4aa0b0e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +9 -2
main.py CHANGED
@@ -12,8 +12,15 @@ def add_bg_from_local(image_file):
12
  f"""
13
  <style>
14
  .stApp {{
15
- background-image: url(data:image/{"jpg"};base64,{encoded_string.decode()});
16
- background-size: cover
 
 
 
 
 
 
 
17
  }}
18
  </style>
19
  """,
 
12
  f"""
13
  <style>
14
  .stApp {{
15
+ background-color: pink;
16
+ color: white;
17
+ border: 2px solid black;
18
+ border-radius: 20px;
19
+ font-family: sans-serif;
20
+ font-size: 1.2em;
21
+ text-align: center;
22
+ box-shadow: 2px 2px 2px black;
23
+ overflow: hidden;
24
  }}
25
  </style>
26
  """,