Ifeanyi commited on
Commit
615b50c
·
verified ·
1 Parent(s): c962700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,13 +55,13 @@ with gr.Blocks(
55
  }
56
 
57
  .prompt-popup {
58
- background: #0c1232;
59
  color:white;
60
  }
61
  </style>
62
  <div style="text-align:center;">
63
  <button onclick=infoAlert()
64
- style="padding: 10px; background-color: #041154; color: white; border: none; border-radius: 5px; cursor: pointer;">
65
  Info
66
  </button>
67
  <script>
@@ -69,7 +69,7 @@ with gr.Blocks(
69
  Swal.fire({
70
  title: "How To Use",
71
  text: "Enter your Gemini API key, upload PDF document, select summary kind, then hit the summarize button",
72
- confirmButtonColor: "#041154",
73
  customClass: {
74
  title: "prompt-title",
75
  popup: "prompt-popup"
 
55
  }
56
 
57
  .prompt-popup {
58
+ background: #7e7f84;
59
  color:white;
60
  }
61
  </style>
62
  <div style="text-align:center;">
63
  <button onclick=infoAlert()
64
+ style="padding: 10px; background-color: #7e7f84; color: white; border: none; border-radius: 5px; cursor: pointer;">
65
  Info
66
  </button>
67
  <script>
 
69
  Swal.fire({
70
  title: "How To Use",
71
  text: "Enter your Gemini API key, upload PDF document, select summary kind, then hit the summarize button",
72
+ confirmButtonColor: "black",
73
  customClass: {
74
  title: "prompt-title",
75
  popup: "prompt-popup"