Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
timho102003/news_pynecone
JPBianchi
/
reflex
like
0
Build error
App
Files
Files
Community
bbc9730
reflex
/
pcconfig.py
timho102003
Duplicate from Wauplin/pynecone-on-spaces-template
e74c73c
over 1 year ago
raw
Copy download link
history
blame
Safe
129 Bytes
import
pynecone
as
pc
config = pc.Config(
app_name=
"default_app"
,
db_url=
"sqlite:///pynecone.db"
,
env=pc.Env.DEV,
)