Spaces:
Sleeping
Sleeping
File size: 209 Bytes
f7197e2 |
1 2 3 4 5 6 7 8 9 10 |
<!DOCTYPE html>
<html>
<head>
<title>Gradio App</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
{% block content %}{% endblock %}
</body>
</html> |