Spaces:
Running
Running
Upload static/index.html with huggingface_hub
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap">
|
| 10 |
-
<link rel="stylesheet" href="/static/style.css">
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div class="wrap">
|
|
@@ -84,6 +84,6 @@
|
|
| 84 |
</p>
|
| 85 |
</footer>
|
| 86 |
</div>
|
| 87 |
-
<script src="/static/app.js"></script>
|
| 88 |
</body>
|
| 89 |
</html>
|
|
|
|
| 7 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap">
|
| 10 |
+
<link rel="stylesheet" href="/static/style.css?v=2">
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div class="wrap">
|
|
|
|
| 84 |
</p>
|
| 85 |
</footer>
|
| 86 |
</div>
|
| 87 |
+
<script src="/static/app.js?v=2"></script>
|
| 88 |
</body>
|
| 89 |
</html>
|