Junaidb commited on
Commit
35543dc
·
verified ·
1 Parent(s): 41ba60d

Update register.py

Browse files
Files changed (1) hide show
  1. register.py +3 -1
register.py CHANGED
@@ -7,8 +7,10 @@ tok=os.getenv("TOK")
7
 
8
 
9
  def REGISTER():
 
 
 
10
  st.text("Account Activation")
11
- #with st.form("register_form"):
12
 
13
  name=st.text_input("name of the organization ( lab,pharma) ?")
14
  operation=st.text_area("primary operation of the organization ? ")
 
7
 
8
 
9
  def REGISTER():
10
+
11
+ with st.container(border=True):
12
+
13
  st.text("Account Activation")
 
14
 
15
  name=st.text_input("name of the organization ( lab,pharma) ?")
16
  operation=st.text_area("primary operation of the organization ? ")