shukdevdatta123 commited on
Commit
03dc23c
·
verified ·
1 Parent(s): c4c69fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ button.primary-button:hover {
275
  border-radius: 50%;
276
  width: 60px;
277
  height: 60px;
278
- animation: spin 60s linear infinite;
279
  }
280
  @keyframes spin {
281
  0% { transform: rotate(0deg); }
 
275
  border-radius: 50%;
276
  width: 60px;
277
  height: 60px;
278
+ animation: spin 1s linear infinite;
279
  }
280
  @keyframes spin {
281
  0% { transform: rotate(0deg); }