Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Mariam-metho
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
730be3c
Mariam-metho
/
reset_db.py
kuro223
o
8bdef7b
about 2 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
app
import
app, db, add_sample_data
with
app.app_context():
db.drop_all()
db.create_all()
print
(
"Database reset complete."
)