Junaidb commited on
Commit
cf15bc1
·
verified ·
1 Parent(s): d3c3d90

Delete register.py

Browse files
Files changed (1) hide show
  1. 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
-