Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nasma
/
exampletest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
exampletest
/
app
/
templates
/
errors
/
404.html
Nasma
Upload 81 files
e612d7f
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
165 Bytes
{% extends "base.html" %}
{% block content %}
<
h1
>
{{ _('Not Found') }}
</
h1
>
<
p
>
<
a
href
=
"{{ url_for('main.index') }}"
>
{{ _('Back') }}
</
a
>
</
p
>
{% endblock %}