Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|