Adityadn commited on
Commit
05c0461
·
verified ·
1 Parent(s): 2a5a017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pypandoc
3
  import os
4
  # from pdf2docx import Converter
5
 
6
- pypandoc.download_pandoc()
7
 
8
  # Daftar format yang didukung
9
  input_supported_formats = [data.upper() for data in sorted(list(pypandoc.get_pandoc_formats()[0]) or [
 
3
  import os
4
  # from pdf2docx import Converter
5
 
6
+ pypandoc.pandoc_download.download_pandoc()
7
 
8
  # Daftar format yang didukung
9
  input_supported_formats = [data.upper() for data in sorted(list(pypandoc.get_pandoc_formats()[0]) or [