Spaces:
Sleeping
Sleeping
Update templates/apps-hub/article-writer.html
Browse files
templates/apps-hub/article-writer.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 8 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
|
|
@@ -199,7 +199,7 @@
|
|
| 199 |
<div id="input-container">
|
| 200 |
<h1>Blog Post Generator</h1>
|
| 201 |
<textarea id="description" rows="4" placeholder="Enter description">write a medium article on nvidia stock performance</textarea>
|
| 202 |
-
<button onclick="generateReport()">Generate
|
| 203 |
</div>
|
| 204 |
<div id="output-container">
|
| 205 |
<div id="report-container"></div>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Blog Writer</title>
|
| 7 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 8 |
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
|
|
|
|
| 199 |
<div id="input-container">
|
| 200 |
<h1>Blog Post Generator</h1>
|
| 201 |
<textarea id="description" rows="4" placeholder="Enter description">write a medium article on nvidia stock performance</textarea>
|
| 202 |
+
<button onclick="generateReport()">Generate Blog</button>
|
| 203 |
</div>
|
| 204 |
<div id="output-container">
|
| 205 |
<div id="report-container"></div>
|