danupurnomo commited on
Commit
7bce74c
·
1 Parent(s): b495898

add images

Browse files
.gitattributes CHANGED
@@ -31,3 +31,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
31
  *.zip filter=lfs diff=lfs merge=lfs -text
32
  *.zst filter=lfs diff=lfs merge=lfs -text
33
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
31
  *.zip filter=lfs diff=lfs merge=lfs -text
32
  *.zst filter=lfs diff=lfs merge=lfs -text
33
  *tfevents* filter=lfs diff=lfs merge=lfs -text
34
+ *.jpg filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
app.py CHANGED
@@ -56,7 +56,8 @@ def convert_img_to_base64(img_path):
56
  encoded_string = base64.b64encode(image_file.read())
57
  return encoded_string
58
 
59
- img_background_path = os.path.join(img_path, '01 - background.jpg')
 
60
  encoded_string = convert_img_to_base64(img_background_path)
61
  st.markdown(
62
  f"""
 
56
  encoded_string = base64.b64encode(image_file.read())
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-03.jpg')
61
  encoded_string = convert_img_to_base64(img_background_path)
62
  st.markdown(
63
  f"""
img/01 - background.jpg CHANGED

Git LFS Details

  • SHA256: 59069b7854246bae96637fa39fbbb26bf25d79771debf94105d25284a02bb744
  • Pointer size: 131 Bytes
  • Size of remote file: 915 kB
img/test-01.jpg ADDED

Git LFS Details

  • SHA256: 16018fb53b90736a3254477e109bfd219947ecc1e24be70488ca25c2bad5d8a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
img/test-02.jpg ADDED

Git LFS Details

  • SHA256: d75ede5021169e84aaead618d222a8af2970a1cbed0c5a625334ed26ddfd1126
  • Pointer size: 130 Bytes
  • Size of remote file: 43 kB
img/test-03.jpg ADDED

Git LFS Details

  • SHA256: bea571825d27465830923200204bbaf1ee00da8d82a58b2fef31548862370eb2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.85 MB