Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,8 @@ def layout(*args):
|
|
132 |
"""
|
133 |
|
134 |
style_div = styles(
|
135 |
-
position="
|
|
|
136 |
left=0,
|
137 |
bottom=0,
|
138 |
margin=px(0, 0, 0, 0),
|
|
|
132 |
"""
|
133 |
|
134 |
style_div = styles(
|
135 |
+
position="relative",
|
136 |
+
background_color="white",
|
137 |
left=0,
|
138 |
bottom=0,
|
139 |
margin=px(0, 0, 0, 0),
|