ka1kuk commited on
Commit
4e684c0
1 Parent(s): 6c3caf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import sqlite3
2
 
3
  # Connect to the database
4
- conn = sqlite3.connect('example.db')
5
 
6
  # Create a table
7
  conn.execute('''CREATE TABLE users
 
1
  import sqlite3
2
 
3
  # Connect to the database
4
+ conn = sqlite3.connect('lindb.db')
5
 
6
  # Create a table
7
  conn.execute('''CREATE TABLE users