Spaces:
Runtime error
Runtime error
Add iframe resizer script
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/css/style.css">
|
11 |
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/assets/css/all.css">
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
|
13 |
</head>
|
14 |
<body class="d-flex flex-column min-vh-100">
|
15 |
<ul class="nav nav-tabs">
|
|
|
10 |
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/css/style.css">
|
11 |
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/assets/css/all.css">
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
13 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
14 |
</head>
|
15 |
<body class="d-flex flex-column min-vh-100">
|
16 |
<ul class="nav nav-tabs">
|