Hyeonseo commited on
Commit
d9d0c89
β€’
1 Parent(s): adf9d4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with tab1:
35
  st.markdown(contents)
36
 
37
  # ν…ŒμŠ€νŠΈ
38
- test_ppt_theme = "--reference-doc="+"/home/user/app/blue"+".pptx"
39
  subprocess.run(["/home/user/app/pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"], capture_output=True)
40
  print(os.listdir(os.getcwd()))
41
  prs = Presentation("output.pptx")
 
35
  st.markdown(contents)
36
 
37
  # ν…ŒμŠ€νŠΈ
38
+ test_ppt_theme = "--reference-doc="+"/home/user/app/template/blue"+".pptx"
39
  subprocess.run(["/home/user/app/pandoc-2.14.2/bin/pandoc", "text2ppt_test.md", "-t", "pptx", test_ppt_theme, "-o", "output.pptx"], capture_output=True)
40
  print(os.listdir(os.getcwd()))
41
  prs = Presentation("output.pptx")