Ifeanyi commited on
Commit
de8c14f
·
verified ·
1 Parent(s): 101733b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks(
55
  }
56
 
57
  .prompt-popup {
58
- background: #0e132c;
59
  color:white;
60
  }
61
  </style>
@@ -67,9 +67,9 @@ with gr.Blocks(
67
  <script>
68
  function infoAlert(){
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"
 
55
  }
56
 
57
  .prompt-popup {
58
+ background: #080c22;
59
  color:white;
60
  }
61
  </style>
 
67
  <script>
68
  function infoAlert(){
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: "#080c22",
73
  customClass: {
74
  title: "prompt-title",
75
  popup: "prompt-popup"