as-cle-bert
commited on
Commit
•
74644e8
1
Parent(s):
2a1575f
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ __login__obj = __login__(auth_token = st.secrets["courier_auth_token"],
|
|
11 |
LOGGED_IN= __login__obj.build_login_ui()
|
12 |
|
13 |
if LOGGED_IN == True:
|
14 |
-
|
15 |
st.markdown("""# streamlit_supabase_auth_ui
|
16 |
|
17 |
## Seamless Supabase authentication for seamless Streamlit apps
|
|
|
11 |
LOGGED_IN= __login__obj.build_login_ui()
|
12 |
|
13 |
if LOGGED_IN == True:
|
|
|
14 |
st.markdown("""# streamlit_supabase_auth_ui
|
15 |
|
16 |
## Seamless Supabase authentication for seamless Streamlit apps
|