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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,13 +55,13 @@ with gr.Blocks(
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>
 
55
  }
56
 
57
  .prompt-popup {
58
+ background: #646566;
59
  color:white;
60
  }
61
  </style>
62
  <div style="text-align:center;">
63
  <button onclick=infoAlert()
64
+ style="padding: 10px; background-color: #646566; color: white; border: none; border-radius: 5px; cursor: pointer;">
65
  Info
66
  </button>
67
  <script>