Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}
|
| 144 |
-
return f'{file_path}
|
| 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:
|