Update app.py
Browse files
app.py
CHANGED
@@ -428,7 +428,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
428 |
align-items: center;
|
429 |
justify-content: space-between;
|
430 |
padding: 20px;
|
431 |
-
background-color:
|
432 |
border-bottom: 1px solid #ddd;
|
433 |
}
|
434 |
#title {
|
@@ -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;
|
|
|
428 |
align-items: center;
|
429 |
justify-content: space-between;
|
430 |
padding: 20px;
|
431 |
+
background-color: transparent;
|
432 |
border-bottom: 1px solid #ddd;
|
433 |
}
|
434 |
#title {
|
|
|
436 |
margin: 0;
|
437 |
}
|
438 |
#logo_container {
|
439 |
+
width: 200px;
|
440 |
+
height: 200px;
|
441 |
display: flex;
|
442 |
justify-content: center;
|
443 |
align-items: center;
|