Update app.py
Browse files
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 |
|