Spaces:
Paused
Paused
<html> | |
<head> | |
<title>My Flask App</title> | |
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> | |
</head> | |
<body> | |
<h1>Welcome to My Flask App on Hugging Face Spaces!</h1> | |
<p>This is a simple Flask application.</p> | |
</body> | |
</html> |