Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with tab1:
|
|
34 |
st.markdown(contents)
|
35 |
|
36 |
# ν
μ€νΈ
|
37 |
-
test_ppt_theme = "--reference-doc="+"blue"+".pptx"
|
38 |
subprocess.run(["./pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"], capture_output=True)
|
39 |
print(os.listdir(os.getcwd()))
|
40 |
prs = Presentation("output.pptx")
|
|
|
34 |
st.markdown(contents)
|
35 |
|
36 |
# ν
μ€νΈ
|
37 |
+
test_ppt_theme = "--reference-doc="+"./template/blue"+".pptx"
|
38 |
subprocess.run(["./pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"], capture_output=True)
|
39 |
print(os.listdir(os.getcwd()))
|
40 |
prs = Presentation("output.pptx")
|