fizzarif7 commited on
Commit
d71287a
·
verified ·
1 Parent(s): 9d5c88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -246,7 +246,19 @@ with gr.Blocks(
246
  color: black;
247
  border: 1px solid #000000;
248
  }
249
-
 
 
 
 
 
 
 
 
 
 
 
 
250
  #theme-input,
251
  #char-names,
252
  #dialogue-input,
 
246
  color: black;
247
  border: 1px solid #000000;
248
  }
249
+
250
+ #generate-btn:hover,
251
+ #ai-write-btn:hover,
252
+ #recreate-btn:hover,
253
+ #next-btn:hover,
254
+ #done-btn:hover,
255
+ #tts-btn:hover {
256
+ background: linear-gradient(to right, #3498db, #2980b9);
257
+ color: white;
258
+ cursor: pointer;
259
+ transition: background 0.3s ease;
260
+ }
261
+
262
  #theme-input,
263
  #char-names,
264
  #dialogue-input,