Update pages/Random_data.py
Browse files- 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("
|
| 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(
|