Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Fast API 🤗 Space served with Uvicorn</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
-
<script type="module" src="
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<main>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Fast API 🤗 Space served with Uvicorn</title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
+
<script type="module" src="my_script.js"></script>
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<main>
|