Update app.py
Browse files
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 |
|