Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ model_info = {
|
|
| 71 |
}
|
| 72 |
|
| 73 |
with st.sidebar:
|
| 74 |
-
st.image(BANNER,
|
| 75 |
st.title("Settings")
|
| 76 |
theme = st.selectbox("Theme", ["Light", "Dark"], index=0)
|
| 77 |
if theme == "Dark":
|
|
|
|
| 71 |
}
|
| 72 |
|
| 73 |
with st.sidebar:
|
| 74 |
+
st.image(BANNER, use_container_width=True)
|
| 75 |
st.title("Settings")
|
| 76 |
theme = st.selectbox("Theme", ["Light", "Dark"], index=0)
|
| 77 |
if theme == "Dark":
|