Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
import base64 # ✅ Add this
|
3 |
-
|
4 |
-
from streamlit_extras.switch_page_button import switch_page
|
5 |
|
6 |
# Load and encode background image
|
7 |
def get_base64_bg(image_path):
|
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
2 |
|
3 |
# Load and encode background image
|
4 |
def get_base64_bg(image_path):
|