Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DMTuit/psy4
test-sj-crm
/
psy_vk
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Jul 28, 2024
Commit
55a7982
·
verified
·
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 = {