Spaces:
Sleeping
Sleeping
Update templates/apps-hub/file-convert.html
Browse files
templates/apps-hub/file-convert.html
CHANGED
|
@@ -72,6 +72,7 @@
|
|
| 72 |
</style>
|
| 73 |
</head>
|
| 74 |
<body>
|
|
|
|
| 75 |
<div id="app" class="container py-5">
|
| 76 |
<div class="card p-4 mx-auto mb-5" style="max-width: 800px;">
|
| 77 |
<h1 class="text-center mb-4" style="color: var(--primary-color);">Markdown/HTML Converter</h1>
|
|
@@ -203,6 +204,7 @@ fetch('{{ selectedApi === 'pdf' ? 'https://pvanand-web-scraping.hf.space/html_to
|
|
| 203 |
</transition>
|
| 204 |
</div>
|
| 205 |
</div>
|
|
|
|
| 206 |
|
| 207 |
<script>
|
| 208 |
const { createApp, ref, computed } = Vue;
|
|
|
|
| 72 |
</style>
|
| 73 |
</head>
|
| 74 |
<body>
|
| 75 |
+
{% raw %}
|
| 76 |
<div id="app" class="container py-5">
|
| 77 |
<div class="card p-4 mx-auto mb-5" style="max-width: 800px;">
|
| 78 |
<h1 class="text-center mb-4" style="color: var(--primary-color);">Markdown/HTML Converter</h1>
|
|
|
|
| 204 |
</transition>
|
| 205 |
</div>
|
| 206 |
</div>
|
| 207 |
+
{% endraw %}
|
| 208 |
|
| 209 |
<script>
|
| 210 |
const { createApp, ref, computed } = Vue;
|