cryogenic22 commited on
Commit
f50b901
·
verified ·
1 Parent(s): c7f45b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def main():
10
 
11
  # Database Initialization
12
  database = "rfp_agent.db"
13
- conn = create_connection(database)
14
  if conn is not None:
15
  create_tables(conn)
16
  else:
 
10
 
11
  # Database Initialization
12
  database = "rfp_agent.db"
13
+ conn = backend.create_connection(database)
14
  if conn is not None:
15
  create_tables(conn)
16
  else: