Eric Botti commited on
Commit
bfe0881
·
1 Parent(s): 1373c22

footer background

Browse files
Files changed (1) hide show
  1. src/app.py +2 -0
src/app.py CHANGED
@@ -149,6 +149,8 @@ if user_input:
149
  footer="""<style>
150
  .footer {
151
  position: fixed;
 
 
152
  left: 0;
153
  bottom: 0;
154
  width: 100%;
 
149
  footer="""<style>
150
  .footer {
151
  position: fixed;
152
+ background-color: #0E1117;
153
+ padding-top: 10px;
154
  left: 0;
155
  bottom: 0;
156
  width: 100%;