Andrei Shadrikov commited on
Commit
23b7c2e
·
1 Parent(s): e5c702c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ p = pipeline(
19
 
20
  custom_css = """
21
  <style>
22
- button.gradio-pdf-button {
23
- background-color: #99FF00 !important;
24
  }
25
  </style>
26
  """
 
19
 
20
  custom_css = """
21
  <style>
22
+ button.primary {
23
+ background-color: #2AD6B5 !important;
24
  }
25
  </style>
26
  """