danupurnomo
commited on
Commit
·
6fdf706
1
Parent(s):
05e14bf
Set the background
Browse files
app.py
CHANGED
|
@@ -63,7 +63,6 @@ st.markdown(
|
|
| 63 |
f"""
|
| 64 |
<style>
|
| 65 |
.stApp {{
|
| 66 |
-
background-image: url(data:image/{"jpg"};base64,{encoded_string.decode()});
|
| 67 |
background-color: 3c3e44;
|
| 68 |
}}
|
| 69 |
|
|
|
|
| 63 |
f"""
|
| 64 |
<style>
|
| 65 |
.stApp {{
|
|
|
|
| 66 |
background-color: 3c3e44;
|
| 67 |
}}
|
| 68 |
|