Update modules/ui/ui.py
Browse files- modules/ui/ui.py +2 -0
modules/ui/ui.py
CHANGED
|
@@ -453,6 +453,8 @@ if __name__ == "__main__":
|
|
| 453 |
#############################################################
|
| 454 |
#############################################################
|
| 455 |
|
|
|
|
|
|
|
| 456 |
footer_placeholder.markdown("""
|
| 457 |
<style>
|
| 458 |
#footer {
|
|
|
|
| 453 |
#############################################################
|
| 454 |
#############################################################
|
| 455 |
|
| 456 |
+
footer_placeholder = st.empty()
|
| 457 |
+
|
| 458 |
footer_placeholder.markdown("""
|
| 459 |
<style>
|
| 460 |
#footer {
|