transpolymer commited on
Commit
387f61e
Β·
verified Β·
1 Parent(s): 1d4ea9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import contact
6
  import login_page as login # Renamed login.py to login_page.py for clarity and to avoid naming conflicts
7
 
8
  # βœ… Must be first Streamlit command
9
- st.set_page_config(page_title="TransPolymer", layout="wide", page_icon="πŸ§ͺ")
10
 
11
  # βœ… Ensure users collection exists
12
  login.create_users_collection()
 
6
  import login_page as login # Renamed login.py to login_page.py for clarity and to avoid naming conflicts
7
 
8
  # βœ… Must be first Streamlit command
9
+ #st.set_page_config(page_title="TransPolymer", layout="wide", page_icon="πŸ§ͺ")
10
 
11
  # βœ… Ensure users collection exists
12
  login.create_users_collection()