Vikas01 commited on
Commit
a76bed0
·
1 Parent(s): fe7f886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def cam():
93
  if bytes_data is None:
94
  st.stop()
95
 
96
- return render_template('attendance.html')
97
 
98
 
99
 
 
93
  if bytes_data is None:
94
  st.stop()
95
 
96
+ return render_template('attendance.html')
97
 
98
 
99