Spaces:
Sleeping
Sleeping
Update templates/apps-hub/article-writer.html
Browse files
templates/apps-hub/article-writer.html
CHANGED
|
@@ -219,7 +219,7 @@
|
|
| 219 |
reportContainer.innerHTML = ' Searching results...';
|
| 220 |
sourcesContainer.innerHTML = '';
|
| 221 |
try {
|
| 222 |
-
const response = await fetch('https://pvanand-search-generate-prod.hf.space/
|
| 223 |
method: 'POST',
|
| 224 |
headers: {
|
| 225 |
'Content-Type': 'application/json',
|
|
@@ -232,7 +232,7 @@
|
|
| 232 |
internet: true,
|
| 233 |
output_format: "report_table",
|
| 234 |
data_format: "Structured data",
|
| 235 |
-
generate_charts:
|
| 236 |
output_as_md: true
|
| 237 |
})
|
| 238 |
});
|
|
|
|
| 219 |
reportContainer.innerHTML = ' Searching results...';
|
| 220 |
sourcesContainer.innerHTML = '';
|
| 221 |
try {
|
| 222 |
+
const response = await fetch('https://pvanand-search-generate-prod.hf.space/generate_blog', {
|
| 223 |
method: 'POST',
|
| 224 |
headers: {
|
| 225 |
'Content-Type': 'application/json',
|
|
|
|
| 232 |
internet: true,
|
| 233 |
output_format: "report_table",
|
| 234 |
data_format: "Structured data",
|
| 235 |
+
generate_charts: false,
|
| 236 |
output_as_md: true
|
| 237 |
})
|
| 238 |
});
|