Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,18 +35,12 @@ st.markdown("""
|
|
35 |
position: fixed;
|
36 |
left: 0;
|
37 |
bottom: 0;
|
|
|
|
|
38 |
width: 100%;
|
39 |
text-align: center;
|
40 |
padding: 10px;
|
41 |
}
|
42 |
-
:root[theme="light"] .footer {
|
43 |
-
background-color: black;
|
44 |
-
color: white;
|
45 |
-
}
|
46 |
-
:root[theme="dark"] .footer {
|
47 |
-
background-color: white;
|
48 |
-
color: black;
|
49 |
-
}
|
50 |
</style>
|
51 |
""", unsafe_allow_html=True)
|
52 |
|
|
|
35 |
position: fixed;
|
36 |
left: 0;
|
37 |
bottom: 0;
|
38 |
+
color:white;
|
39 |
+
background-color: #141414;
|
40 |
width: 100%;
|
41 |
text-align: center;
|
42 |
padding: 10px;
|
43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
</style>
|
45 |
""", unsafe_allow_html=True)
|
46 |
|