DexterSptizu commited on
Commit
9d64dbb
Β·
verified Β·
1 Parent(s): bad9357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -86,11 +86,11 @@ def main():
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:
 
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: