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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: #f0f0f0;
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: 150px;
440
- height: 150px;
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;