Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,7 @@ def scratch_embed(project_id):
|
|
| 372 |
# Node.js銈广偗銉儣銉堛倰鍛笺伋鍑恒仚
|
| 373 |
try:
|
| 374 |
result = subprocess.run(
|
| 375 |
-
["node", "generate_html.
|
| 376 |
capture_output=True,
|
| 377 |
text=True,
|
| 378 |
check=True
|
|
|
|
| 372 |
# Node.js銈广偗銉儣銉堛倰鍛笺伋鍑恒仚
|
| 373 |
try:
|
| 374 |
result = subprocess.run(
|
| 375 |
+
["node", "generate_html.cjs", project_id, tmp_path],
|
| 376 |
capture_output=True,
|
| 377 |
text=True,
|
| 378 |
check=True
|