DexterSptizu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,12 @@ from PIL import Image
|
|
5 |
import io
|
6 |
import base64
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Custom CSS for better styling
|
9 |
def apply_custom_css():
|
10 |
st.markdown("""
|
|
|
5 |
import io
|
6 |
import base64
|
7 |
|
8 |
+
st.set_page_config(
|
9 |
+
page_title="Your App",
|
10 |
+
layout="wide",
|
11 |
+
initial_sidebar_state="expanded"
|
12 |
+
)
|
13 |
+
|
14 |
# Custom CSS for better styling
|
15 |
def apply_custom_css():
|
16 |
st.markdown("""
|