vsrinivas commited on
Commit
12e16f2
·
verified ·
1 Parent(s): 9507243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -138,7 +138,8 @@ def create_notebook(file, tc, bc):
138
 
139
  with gr.Blocks() as app:
140
  gr.Markdown("""# PDF to IPython Notebook Convertor App
141
- ##Upload your PDF document containing Python code and text and press Process File button to download the iPython Notebook")
 
142
 
143
  file_input = gr.File(label="Upload a PDF file")
144
  tc = gr.Slider(label='Top Crop in Pixels', value=25)
 
138
 
139
  with gr.Blocks() as app:
140
  gr.Markdown("""# PDF to IPython Notebook Convertor App
141
+ ##Upload your PDF document containing Python code and text and press Process File button to download the iPython Notebook.
142
+ ###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.""")
143
 
144
  file_input = gr.File(label="Upload a PDF file")
145
  tc = gr.Slider(label='Top Crop in Pixels', value=25)