mjbuehler commited on
Commit
8c4b878
1 Parent(s): 4a624fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ with gr.Blocks(title="PDF to Audio", css="""
422
  #main_container {margin-top: 60px;}
423
  """) as demo:
424
 
425
- gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\nFirst, upload one or more PDFs, select options, then push Generate Audio.")
426
  submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
427
 
428
  with gr.Row(elem_id="main_container"):
 
422
  #main_container {margin-top: 60px;}
423
  """) as demo:
424
 
425
+ gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\nFirst, 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.")
426
  submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
427
 
428
  with gr.Row(elem_id="main_container"):