Update app.py
Browse files
app.py
CHANGED
@@ -146,6 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
<style>
|
147 |
#api_key_button {
|
148 |
margin-top: 27px; /* Add margin-top to the button */
|
|
|
149 |
}
|
150 |
</style>
|
151 |
""")
|
|
|
146 |
<style>
|
147 |
#api_key_button {
|
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 |
""")
|