Adityadn commited on
Commit
ff51773
·
verified ·
1 Parent(s): 1186278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def convert_document(doc_file, target_format):
63
  base_name = os.path.splitext(os.path.basename(doc_file))[0]
64
 
65
  # Output file name
66
- output_file = f"document_converter_{base_name}.{target_format.lower()}"
67
 
68
  # Use pypandoc to convert the file
69
  pypandoc.convert_file(
 
63
  base_name = os.path.splitext(os.path.basename(doc_file))[0]
64
 
65
  # Output file name
66
+ output_file = f"flowly_ai_document_converter_{base_name}.{target_format.lower()}"
67
 
68
  # Use pypandoc to convert the file
69
  pypandoc.convert_file(