Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,8 @@ def load_model():
|
|
43 |
st.markdown("""
|
44 |
<style>
|
45 |
[data-testid="stBottom"] {
|
46 |
-
|
|
|
47 |
}
|
48 |
</style>
|
49 |
""", unsafe_allow_html=True,
|
|
|
43 |
st.markdown("""
|
44 |
<style>
|
45 |
[data-testid="stBottom"] {
|
46 |
+
background-color: #0e3745;
|
47 |
+
height: 4.5rem;
|
48 |
}
|
49 |
</style>
|
50 |
""", unsafe_allow_html=True,
|