Ifeanyi commited on
Commit
52d986f
·
verified ·
1 Parent(s): ec6d189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(
35
  theme="gstaff/whiteboard",
36
  analytics_enabled=True,
37
  fill_height=True,
38
- css="#sidebar {background-color:black;color: white;}"
39
  ) as app:
40
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>&#128211; PDF Summarizer &#128211;</h2></div>")
41
  with gr.Sidebar(elem_id = "sidebar"):
 
35
  theme="gstaff/whiteboard",
36
  analytics_enabled=True,
37
  fill_height=True,
38
+ css="#sidebar {background-color:black !important;color: white !important;}"
39
  ) as app:
40
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>&#128211; PDF Summarizer &#128211;</h2></div>")
41
  with gr.Sidebar(elem_id = "sidebar"):