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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  """)