dhhd255 commited on
Commit
96c1982
·
1 Parent(s): 7aebb3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,15 +35,15 @@ st.markdown("""
35
  position: fixed;
36
  left: 0;
37
  bottom: 0;
38
- width: 200px;
39
  text-align: center;
40
  padding: 10px;
41
  }
42
- :root[data-theme="light"] .footer {
43
  background-color: black;
44
  color: white;
45
  }
46
- :root[data-theme="dark"] .footer {
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
  }