Spaces:
Sleeping
Sleeping
Update notebook_enhancer.py
Browse files- notebook_enhancer.py +1 -0
notebook_enhancer.py
CHANGED
@@ -156,6 +156,7 @@ def build_gradio_interface():
|
|
156 |
with gr.Row():
|
157 |
with gr.Column():
|
158 |
file_input = gr.File(label="Upload Jupyter Notebook (.ipynb)")
|
|
|
159 |
process_btn = gr.Button("Enhance Notebook")
|
160 |
|
161 |
with gr.Column():
|
|
|
156 |
with gr.Row():
|
157 |
with gr.Column():
|
158 |
file_input = gr.File(label="Upload Jupyter Notebook (.ipynb)")
|
159 |
+
print(file_input)
|
160 |
process_btn = gr.Button("Enhance Notebook")
|
161 |
|
162 |
with gr.Column():
|