danupurnomo
commited on
Commit
·
9ef6f45
1
Parent(s):
7bce74c
Chang ebackground
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def convert_img_to_base64(img_path):
|
|
57 |
return encoded_string
|
58 |
|
59 |
# img_background_path = os.path.join(img_path, '01 - background.jpg')
|
60 |
-
img_background_path = os.path.join(img_path, 'test-
|
61 |
encoded_string = convert_img_to_base64(img_background_path)
|
62 |
st.markdown(
|
63 |
f"""
|
|
|
57 |
return encoded_string
|
58 |
|
59 |
# img_background_path = os.path.join(img_path, '01 - background.jpg')
|
60 |
+
img_background_path = os.path.join(img_path, 'test-02.jpg')
|
61 |
encoded_string = convert_img_to_base64(img_background_path)
|
62 |
st.markdown(
|
63 |
f"""
|