changxin commited on
Commit
ab4d2f7
·
1 Parent(s): 6679556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ ht_text='''
25
  '''
26
 
27
  demo = gr.Blocks(css='''
28
- #chedan {-webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
29
  #chedan:hover {background-color: #4CAF50; color: white;}
30
  #chedan:active {background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px);}
31
  ''')
 
25
  '''
26
 
27
  demo = gr.Blocks(css='''
28
+ #chedan {-webkit-transition-duration: 0.4s; transition-duration: 0.4s; border-radius: 40%}
29
  #chedan:hover {background-color: #4CAF50; color: white;}
30
  #chedan:active {background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px);}
31
  ''')