Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,15 +35,15 @@ st.markdown("""
|
|
35 |
position: fixed;
|
36 |
left: 0;
|
37 |
bottom: 0;
|
38 |
-
width:
|
39 |
text-align: center;
|
40 |
padding: 10px;
|
41 |
}
|
42 |
-
:root[
|
43 |
background-color: black;
|
44 |
color: white;
|
45 |
}
|
46 |
-
:root[
|
47 |
background-color: white;
|
48 |
color: black;
|
49 |
}
|
|
|
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 |
}
|