Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
#!pip install sqlite3 # Install the sqlite3 library if not already installed
|
|
|
|
| 2 |
import sqlite3
|
| 3 |
|
| 4 |
# Define the database file path
|
|
|
|
| 1 |
#!pip install sqlite3 # Install the sqlite3 library if not already installed
|
| 2 |
+
import shutil
|
| 3 |
import sqlite3
|
| 4 |
|
| 5 |
# Define the database file path
|