Bhargavitippareddy commited on
Commit
defe30d
·
verified ·
1 Parent(s): e84fbe5

Update pages/Random_data.py

Browse files
Files changed (1) hide show
  1. pages/Random_data.py +1 -1
pages/Random_data.py CHANGED
@@ -23,7 +23,7 @@ def get_base64(file_path):
23
  data = f.read()
24
  return base64.b64encode(data).decode()
25
 
26
- img_base64 = get_base64("th.jpg") # Make sure this image is in the same folder
27
 
28
  # Inject CSS with base64 background
29
  st.markdown(
 
23
  data = f.read()
24
  return base64.b64encode(data).decode()
25
 
26
+ img_base64 = get_base64("neuron.webp") # Make sure this image is in the same folder
27
 
28
  # Inject CSS with base64 background
29
  st.markdown(