Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -188,8 +188,7 @@ with tab1:
|
|
188 |
|
189 |
# ν
μ€νΈ
|
190 |
test_ppt_theme = "--reference-doc="+"blue"+".pptx"
|
191 |
-
subprocess.run(["./pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"
|
192 |
-
# subprocess.run(["./pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", "-o", "output.pptx"], capture_output=True)
|
193 |
print(os.listdir(os.getcwd()))
|
194 |
prs = Presentation("output.pptx")
|
195 |
binary_output = BytesIO()
|
|
|
188 |
|
189 |
# ν
μ€νΈ
|
190 |
test_ppt_theme = "--reference-doc="+"blue"+".pptx"
|
191 |
+
subprocess.run(["./pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"], capture_output=True)
|
|
|
192 |
print(os.listdir(os.getcwd()))
|
193 |
prs = Presentation("output.pptx")
|
194 |
binary_output = BytesIO()
|