Hyeonseo commited on
Commit
328548c
β€’
1 Parent(s): 32a03d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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", "--output-encoding=utf8"], capture_output=True)
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()