Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/psy3
DMTuit
/
psy4
like
0
Sleeping
App
Files
Files
Community
DmitrMakeev
commited on
Jul 28
Commit
55a7982
•
1 Parent(s):
d6f2ef8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -117,7 +117,8 @@ def create_table():
117
conn.commit()
118
conn.close()
119
120
-
create_table()
121
122
123
template = {
117
conn.commit()
118
conn.close()
119
120
+
for db in DATABASES:
121
+
init_db(db)
122
123
124
template = {