vsrinivas commited on
Commit
9d2fdea
·
verified ·
1 Parent(s): 1239537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,8 +140,8 @@ def create_notebook(file, tc, bc):
140
  with open(file_path + '.ipynb', 'w', encoding="utf-8") as f:
141
  nbformat.write(notebook, f)
142
 
143
- print(f'{file_path}.ipynb notebook created successfully.')
144
- return f'{file_path}.ipynb'
145
 
146
 
147
  with gr.Blocks() as app:
 
140
  with open(file_path + '.ipynb', 'w', encoding="utf-8") as f:
141
  nbformat.write(notebook, f)
142
 
143
+ print(f'{file_path} notebook created successfully.')
144
+ return f'{file_path}'
145
 
146
 
147
  with gr.Blocks() as app: