DexterSptizu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,11 +86,11 @@ def main():
|
|
86 |
apply_custom_css()
|
87 |
initialize_session_state()
|
88 |
|
89 |
-
st.set_page_config(
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
)
|
94 |
|
95 |
# Sidebar Configuration
|
96 |
with st.sidebar:
|
|
|
86 |
apply_custom_css()
|
87 |
initialize_session_state()
|
88 |
|
89 |
+
# st.set_page_config(
|
90 |
+
# page_title="Smart Image Analyzer",
|
91 |
+
# page_icon="π",
|
92 |
+
# layout="wide"
|
93 |
+
# )
|
94 |
|
95 |
# Sidebar Configuration
|
96 |
with st.sidebar:
|