We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d12a5 commit e6df758Copy full SHA for e6df758
app.py
@@ -10,7 +10,7 @@
10
import csv
11
# ========== SETTINGS ==========
12
UPLOAD_FOLDER = 'uploads'
13
-DB_NAME = 'patterns-matter.db'
+DB_NAME = 'patterns-matter.db' # SQLite database file
14
ADMIN_PASSWORD = 'IronMa1deN!'
15
16
ALLOWED_DATASET_EXTENSIONS = {'csv', 'npy'}
0 commit comments