mjbuehler commited on
Commit
b2db9ee
1 Parent(s): 35a054c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -454,14 +454,14 @@ with gr.Blocks(title="PDF to Audio", css="""
454
 
455
  with gr.Row(elem_id="header"):
456
  with gr.Column(scale=4):
457
- gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others", elem_id="title")
458
  with gr.Column(scale=1):
459
  gr.HTML('''
460
  <div id="logo_container">
461
  <img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/resolve/main/logo.png" id="logo_image" alt="Logo">
462
  </div>
463
  ''')
464
- gr.Markdown("First, upload one or more PDFs, select options, then push Generate Audio.\nYou can also select a variety of custom option and direct the way the result is generated.")
465
  submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
466
 
467
  with gr.Row(elem_id="main_container"):
 
454
 
455
  with gr.Row(elem_id="header"):
456
  with gr.Column(scale=4):
457
+ gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\n\nFirst, upload one or more PDFs, select options, then push Generate Audio.\n\nYou can also select a variety of custom option and direct the way the result is generated.", elem_id="title")
458
  with gr.Column(scale=1):
459
  gr.HTML('''
460
  <div id="logo_container">
461
  <img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/resolve/main/logo.png" id="logo_image" alt="Logo">
462
  </div>
463
  ''')
464
+ #gr.Markdown("")
465
  submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
466
 
467
  with gr.Row(elem_id="main_container"):