CosmickVisions commited on
Commit
ad2eb38
·
verified ·
1 Parent(s): a184948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -144,7 +144,18 @@ st.markdown("""
144
  padding: 5px;
145
  }
146
  }
 
 
 
 
 
 
 
 
147
  </style>
 
 
 
148
  """, unsafe_allow_html=True)
149
 
150
  # Session State Initialization
 
144
  padding: 5px;
145
  }
146
  }
147
+ footer {
148
+ text-align: center;
149
+ padding: 10px;
150
+ background-color: var(--blue);
151
+ color: white;
152
+ border-radius: 5px;
153
+ margin-top: 20px;
154
+ }
155
  </style>
156
+ <footer>
157
+ <p>Created by Calvin Allen-Crawford</p>
158
+ </footer>
159
  """, unsafe_allow_html=True)
160
 
161
  # Session State Initialization