Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,8 +139,8 @@ def create_notebook(file, tc, bc):
|
|
139 |
|
140 |
with gr.Blocks() as app:
|
141 |
gr.Markdown("""# PDF to IPython Notebook Convertor App
|
142 |
-
##Upload your PDF document containing Python code and text and press Process File button to download the iPython Notebook.
|
143 |
-
###Adjust Top Crop and Bottom Crop values based on how much of top and bottom design content of your PDF document you want to eliminate.""")
|
144 |
|
145 |
file_input = gr.File(label="Upload a PDF file")
|
146 |
tc = gr.Slider(label='Top Crop in Pixels', value=25)
|
|
|
139 |
|
140 |
with gr.Blocks() as app:
|
141 |
gr.Markdown("""# PDF to IPython Notebook Convertor App
|
142 |
+
## Upload your PDF document containing Python code and text and press Process File button to download the iPython Notebook.
|
143 |
+
### Adjust Top Crop and Bottom Crop values based on how much of top and bottom design content of your PDF document you want to eliminate.""")
|
144 |
|
145 |
file_input = gr.File(label="Upload a PDF file")
|
146 |
tc = gr.Slider(label='Top Crop in Pixels', value=25)
|