Update pages/Problem Statement.py
Browse files
pages/Problem Statement.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
|
| 3 |
st.set_page_config(page_title="About - Mask Detection", layout="centered")
|
| 4 |
|
| 5 |
# Function to set background image
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
import base64
|
| 3 |
st.set_page_config(page_title="About - Mask Detection", layout="centered")
|
| 4 |
|
| 5 |
# Function to set background image
|