Jayabalambika commited on
Commit
32691e9
·
verified ·
1 Parent(s): 7d02576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import sqlite3
4
  from datetime import datetime
5
 
6
  # Database Setup
7
- db_file = "attendance_records.db"
8
 
9
  # Helper Functions
10
  def get_db_connection():
 
4
  from datetime import datetime
5
 
6
  # Database Setup
7
+ db_file = "outputs/attendance_records.db"
8
 
9
  # Helper Functions
10
  def get_db_connection():