Vikas01 commited on
Commit
02fac3c
1 Parent(s): 101dfcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -163,9 +163,7 @@ if __name__ == '__main__':
163
  # # Render the table.html template and pass the attendance data
164
  # return render_template('attendance.html', attendance=attendance)
165
 
166
- # @app.route("/")
167
- # def home():
168
- # return render_template('index.html')
169
 
170
 
171
 
 
163
  # # Render the table.html template and pass the attendance data
164
  # return render_template('attendance.html', attendance=attendance)
165
 
166
+
 
 
167
 
168
 
169