Geek7 commited on
Commit
4d916a3
·
1 Parent(s): 3eecce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ footer {visibility: hidden;}
10
  background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
11
  animation: rotate 1.5s linear infinite;
12
  }
 
13
  </style>
14
  """
15
 
 
10
  background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
11
  animation: rotate 1.5s linear infinite;
12
  }
13
+ background-image:url("colors-pattern.gif")
14
  </style>
15
  """
16