Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<title>Your FastAPI App</title>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
-
<link rel="stylesheet" href="
|
8 |
<!-- Add any CSS links or styles here -->
|
9 |
</head>
|
10 |
<body>
|
|
|
4 |
<title>Your FastAPI App</title>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<link rel="stylesheet" href="templates/styles.css"> <!-- Link to your external CSS file -->
|
8 |
<!-- Add any CSS links or styles here -->
|
9 |
</head>
|
10 |
<body>
|