vsrinivas commited on
Commit
c60d2f8
·
verified ·
1 Parent(s): c1fee3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def create_notebook(file, tc, bc):
128
 
129
  print(f"Page No.{p+1} completed")
130
 
131
- file_path = 'your_ipynb_nOtebook_file'
132
 
133
  # Write the notebook in UTF-8 encoding
134
  with open(file_path + '.ipynb', 'w', encoding="utf-8") as f:
 
128
 
129
  print(f"Page No.{p+1} completed")
130
 
131
+ file_path = file.split('.pdf')[0]+'.ipynb'
132
 
133
  # Write the notebook in UTF-8 encoding
134
  with open(file_path + '.ipynb', 'w', encoding="utf-8") as f: