shukdevdatta123 commited on
Commit
2be48c9
·
verified ·
1 Parent(s): 4f57cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -148,6 +148,9 @@ with gr.Blocks() as demo:
148
  margin-top: 27px; /* Add margin-top to the button */
149
  background: linear-gradient(135deg, #4a00e0 0%, #8e2de2 100%); /* Purple gradient */
150
  }
 
 
 
151
  </style>
152
  """)
153
 
 
148
  margin-top: 27px; /* Add margin-top to the button */
149
  background: linear-gradient(135deg, #4a00e0 0%, #8e2de2 100%); /* Purple gradient */
150
  }
151
+ #api_key_button:hover {
152
+ background: linear-gradient(135deg, #5b10f1 0%, #9f3ef3 100%); /* Slightly lighter */
153
+ }
154
  </style>
155
  """)
156