rameshmoorthy commited on
Commit
6b64d62
1 Parent(s): 903c480

Update register.py

Browse files
Files changed (1) hide show
  1. register.py +1 -0
register.py CHANGED
@@ -7,6 +7,7 @@ import image
7
 
8
 
9
  def register():
 
10
  options = ["Camera", "Upload"]
11
  initial_selection = options.index("Upload")
12
  method = st.radio("Method", options, index=initial_selection)
 
7
 
8
 
9
  def register():
10
+ st.write('Take a closeup and legible photo of student face')
11
  options = ["Camera", "Upload"]
12
  initial_selection = options.index("Upload")
13
  method = st.radio("Method", options, index=initial_selection)