Spaces:
Running
Running
Delete register.py
Browse files- register.py +0 -15
register.py
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
from auth import authenticator
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
def REGISTER():
|
7 |
-
|
8 |
-
#with st.container(border=True):
|
9 |
-
try:
|
10 |
-
if authenticator.register_user('Register'):
|
11 |
-
st.success("User registered successfully!")
|
12 |
-
except Exception as e:
|
13 |
-
st.error(e)
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|