Update app.py
Browse files
app.py
CHANGED
@@ -436,8 +436,8 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
436 |
margin: 0;
|
437 |
}
|
438 |
#logo_container {
|
439 |
-
width:
|
440 |
-
height:
|
441 |
display: flex;
|
442 |
justify-content: center;
|
443 |
align-items: center;
|
@@ -458,7 +458,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
458 |
with gr.Column(scale=1):
|
459 |
gr.HTML('''
|
460 |
<div id="logo_container">
|
461 |
-
<img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/
|
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.")
|
|
|
436 |
margin: 0;
|
437 |
}
|
438 |
#logo_container {
|
439 |
+
width: 150px;
|
440 |
+
height: 150px;
|
441 |
display: flex;
|
442 |
justify-content: center;
|
443 |
align-items: center;
|
|
|
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.")
|