Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SFM2001
/
SimpleAES
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SimpleAES
/
views
/
about.py
SFM2001
move design folders to root
36d1262
20 days ago
raw
Copy download link
history
blame
contribute
delete
147 Bytes
from
flask
import
render_template
from
.
import
about_bp
@about_bp.route(
'/about_us'
)
def
about_us
():
return
render_template(
'about_us.html'
)