irmchek commited on
Commit
7949eb2
·
verified ·
1 Parent(s): 7b666e5

Update notebook_enhancer.py

Browse files
Files changed (1) hide show
  1. 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():