Spestly commited on
Commit
f068886
·
verified ·
1 Parent(s): 90a32b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ model_info = {
71
  }
72
 
73
  with st.sidebar:
74
- st.image(BANNER, use_column_width=True)
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":