Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ hide_streamlit_style = """
|
|
6 |
#MainMenu {visibility: hidden;}
|
7 |
footer {visibility: hidden;}
|
8 |
[data-testid="stAppViewContainer"]{
|
9 |
-
background: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
|
10 |
animation: rotate 4s linear infinite;
|
11 |
@keyframes rotate {
|
12 |
100%{
|
|
|
6 |
#MainMenu {visibility: hidden;}
|
7 |
footer {visibility: hidden;}
|
8 |
[data-testid="stAppViewContainer"]{
|
9 |
+
background-image: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
|
10 |
animation: rotate 4s linear infinite;
|
11 |
@keyframes rotate {
|
12 |
100%{
|